[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupSupport.RemoveRangeGroup

RemoveRangeGroup Method

RemoveRangeGroup(int, int, bool)

Removes a range of rows or columns from the outline (range group) at the specified start index by a specified amount.

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

Start index

int count

Number of rows or columns to remove

bool isRowGroup

Whether the outline (range group) is of rows