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