[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.RemoveRangeGroup

RemoveRangeGroup Method

RemoveRangeGroup(int, int, bool)

Removes rows or columns from an outline (range group) from a specified start index by a specified amount, and returns them to individual rows or columns.

Declaration
public void RemoveRangeGroup(int startIndex, int count, bool isRowGroup)
Public Sub RemoveRangeGroup(startIndex As Integer, count As Integer, isRowGroup As Boolean)
Parameters
Type Name Description
int startIndex

Starting index

int count

Number of the rows or columns to remove from being grouped together in the outline (range group)

bool isRowGroup

Whether the outline (range group) is of rows

Implements