[]
Adds a specified amount of outline (range group) indexes starting with a specified index in a group.
void AddIndexes(int startIndex, int addCount, bool isRowGroup)
Sub AddIndexes(startIndex As Integer, addCount As Integer, isRowGroup As Boolean)
Type | Name | Description |
---|---|---|
int | startIndex | Start index |
int | addCount | Number of rows or columns to add |
bool | isRowGroup | Whether the outline (range group) is of rows |