[]
Expands an outline (range group) at a specified index.
void Expands(int index, bool isRowGroup, bool expand)
Sub Expands(index As Integer, isRowGroup As Boolean, expand As Boolean)
Type | Name | Description |
---|---|---|
int | index | Index to expand or collapse |
bool | isRowGroup | Whether the outline (range group) is of rows |
bool | expand | Whether the action is to expand |
Expands an outline (range group) at the specified indexes.
void Expands(int startIndex, int count, bool isRowGroup, bool expand)
Sub Expands(startIndex As Integer, count As Integer, isRowGroup As Boolean, expand As Boolean)
Type | Name | Description |
---|---|---|
int | startIndex | Start index to expand or collapse |
int | count | Number of rows or columns to expand or collapse |
bool | isRowGroup | Whether the outline (range group) is of rows |
bool | expand | Whether the action is to expand |