[]
Expands an outline (range group) of rows or columns.
public void ExpandGroup(int level, int endIndex, bool isRowGroup, bool expand)
Public 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 |
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 |