Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadView Class / IsLoaded Property


In This Topic
    IsLoaded Property (SpreadView)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property IsLoaded As Boolean
    'Usage
     
    Dim instance As SpreadView
    Dim value As Boolean
     
    value = instance.IsLoaded
    public bool IsLoaded {get;}
    See Also