[]
Removes the specified outline (range group) starting with a specified index and moving up indexes below that.
void RemoveIndexes(int startIndex, int removeCount, bool isRowGroup)
Sub RemoveIndexes(startIndex As Integer, removeCount As Integer, isRowGroup As Boolean)
| Type | Name | Description |
|---|---|---|
| int | startIndex | Start index |
| int | removeCount | Number of rows or columns to remove |
| bool | isRowGroup | Whether the outline (range group) is of rows |