[]
Expands an outline (range group) of rows or columns.
void ExpandGroup(int level, int endIndex, bool isRowGroup, bool expand)
Sub ExpandGroup(level As Integer, endIndex As Integer, isRowGroup As Boolean, expand As Boolean)
Type | Name | Description |
---|---|---|
int | level | Level of the outline (range group) to expand or collapse |
int | endIndex | End index of the outline (range group) to expand |
bool | isRowGroup | Whether the outline (range group) is of rows |
bool | expand | Whether the action is to expand |