[]
Expands an outline (range group) of the specified index.
public void Expands(int index, bool isRowGroup, bool expand)
Public Sub Expands(index As Integer, isRowGroup As Boolean, expand As Boolean)
Type | Name | Description |
---|---|---|
int | index | Row or column index |
bool | isRowGroup | Whether the outline (range group) is of rows |
bool | expand | Whether the action is to expand |
Expands an outline (range group) of the specified index.
public void Expands(int startIndex, int count, bool isRowGroup, bool expand)
Public Sub Expands(startIndex As Integer, count As Integer, isRowGroup As Boolean, expand As Boolean)
Type | Name | Description |
---|---|---|
int | startIndex | The start row or column index. |
int | count | The count. |
bool | isRowGroup | Whether the outline (range group) is of rows |
bool | expand | Whether the action is to expand |