[]
Removes an outline (range group) of rows or columns from a specified start index by a specified amount.
void RemoveGroup(int startIndex, int count, bool isRowGroup)
Sub RemoveGroup(startIndex As Integer, count As Integer, isRowGroup As Boolean)
| Type | Name | Description |
|---|---|---|
| int | startIndex | Start index |
| int | count | Number of rows or columns |
| bool | isRowGroup | Whether the outline (range group) is of rows |