Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroup Class / Group Method
The group starting index.
The number of rows or columns to group.


In This Topic
    Group Method
    In This Topic
    Groups a range of rows or columns into an outline (range group) from a specified start index using a specified amount.
    Syntax
    'Declaration
     
    Public Sub Group( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    Dim instance As RangeGroup
    Dim index As Integer
    Dim count As Integer
     
    instance.Group(index, count)
    public void Group( 
       int index,
       int count
    )

    Parameters

    index
    The group starting index.
    count
    The number of rows or columns to group.
    See Also