[]
Removes rows or columns from the outline (range group) from the specified index and count, and returns them to individual rows and columns.
public void RemoveGroup(int startIndex, int count, bool isRowGroup)
Public Sub RemoveGroup(startIndex As Integer, count As Integer, isRowGroup As Boolean)
Type | Name | Description |
---|---|---|
int | startIndex | Starting row or column index |
int | count | Number of the rows or columns to remove |
bool | isRowGroup | Whether the outline (range group) is of rows (or else columns) |