Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroup.RangeGroupData Class / GetCollapsed Method
The index.


In This Topic
    GetCollapsed Method
    In This Topic
    Gets whether the item is collapsed.
    Syntax
    'Declaration
     
    Public Function GetCollapsed( _
       ByVal index As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As RangeGroup.RangeGroupData
    Dim index As Integer
    Dim value As Boolean
     
    value = instance.GetCollapsed(index)
    public bool GetCollapsed( 
       int index
    )

    Parameters

    index
    The index.
    See Also