[]
Removes rows from the outline (range group) from the specified index and count, and returns them to individual rows.
public void RemoveRangeGroup(int row, int count)
Public Sub RemoveRangeGroup(row As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | row | Starting row index |
int | count | Number of rows to ungroup |