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