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