[]
Expands or collapses an outline (range group) of rows or columns, by specified group.
void ExpandRangeGroup(RangeGroupInfo group, bool isRowGroup, bool expand)
Sub ExpandRangeGroup(group As RangeGroupInfo, isRowGroup As Boolean, expand As Boolean)
Type | Name | Description |
---|---|---|
RangeGroupInfo | group | Outline (range group) to expand or collapse |
bool | isRowGroup | Whether the outline (range group) is of rows |
bool | expand | Whether the action is to expand |
Expands or collapses an outline (range group) of rows or columns, by specified level and index.
void ExpandRangeGroup(int level, int endIndex, bool isRowGroup, bool expand)
Sub ExpandRangeGroup(level As Integer, endIndex As Integer, isRowGroup As Boolean, expand As Boolean)