Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns Class / RemoveRangeGroup Method
Starting column index
Number of rows to ungroup


In This Topic
    RemoveRangeGroup Method (Columns)
    In This Topic
    Removes columns from the outline (range group) starting from the specified index and count, and returns them to individual columns.
    Syntax
    'Declaration
     
    
    Public Sub RemoveRangeGroup( _
       ByVal column As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As Columns
    Dim column As Integer
    Dim count As Integer
     
    instance.RemoveRangeGroup(column, count)
    public void RemoveRangeGroup( 
       int column,
       int count
    )

    Parameters

    column
    Starting column index
    count
    Number of rows to ungroup
    See Also