RemoveRangeGroup Method (Columns)
Removes columns from the outline (range group) starting from the specified index and count, and returns them to individual columns.
'Declaration
Public Sub RemoveRangeGroup( _
ByVal column As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As Columns
Dim column As Integer
Dim count As Integer
instance.RemoveRangeGroup(column, count)
Parameters
- column
- Starting column index
- count
- Number of rows to ungroup