[]
Removes a range of rows or columns from the outline (range group) at the specified start index by a specified amount.
void RemoveRangeGroup(int startIndex, int count, bool isRowGroup)
Sub RemoveRangeGroup(startIndex As Integer, count As Integer, isRowGroup As Boolean)
| 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 |