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