Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcGraph Class / IsEmpty Property


In This Topic
    IsEmpty Property (CalcGraph)
    In This Topic
    Gets whether current CalcGraph is empty or not.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As Boolean
    'Usage
     
    Dim instance As CalcGraph
    Dim value As Boolean
     
    value = instance.IsEmpty
    public bool IsEmpty {get;}
    See Also