Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Outline Class / Group Method
An integer value indicates the start index.
An integer value indicates the end index.


In This Topic
    Group Method (Outline)
    In This Topic
    Increments the outline level of the specified rows.
    Syntax
    'Declaration
     
    
    Public Function Group( _
       ByVal startIndex As Integer, _
       ByVal endIndex As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As Outline
    Dim startIndex As Integer
    Dim endIndex As Integer
    Dim value As Boolean
     
    value = instance.Group(startIndex, endIndex)
    public bool Group( 
       int startIndex,
       int endIndex
    )

    Parameters

    startIndex
    An integer value indicates the start index.
    endIndex
    An integer value indicates the end index.

    Return Value

    true if the specified range is grouped, false otherwise.
    See Also