Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / IsEmpty Method


In This Topic
    IsEmpty Method (RangeReference)
    In This Topic
    Determines whether this instance is empty.
    Syntax
    'Declaration
     
    
    Public Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As RangeReference
    Dim value As Boolean
     
    value = instance.IsEmpty()
    public bool IsEmpty()

    Return Value

    true if this instance is empty; otherwise, false.
    See Also