Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroup Class / IsEmpty Method


In This Topic
    IsEmpty Method (RangeGroup)
    In This Topic
    Determines whether the outline (range group) is empty.
    Syntax
    'Declaration
     
    Public Function IsEmpty() As Boolean
    'Usage
     
    Dim instance As RangeGroup
    Dim value As Boolean
     
    value = instance.IsEmpty()
    public bool IsEmpty()

    Return Value

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