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


In This Topic
    Ungroup Method (Outline)
    In This Topic
    Ungroups the specified range.
    Syntax
    'Declaration
     
    
    Public Function Ungroup( _
       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.Ungroup(startIndex, endIndex)
    public bool Ungroup( 
       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 state is changed, false otherwise.
    See Also