[]
Moves an outline (range group) by the specified indexes.
public void Move(int fromIndex, int toIndex, int moveCount, bool isRowGroup)
Public Sub Move(fromIndex As Integer, toIndex As Integer, moveCount As Integer, isRowGroup As Boolean)
Type | Name | Description |
---|---|---|
int | fromIndex | Index from which to begin the move |
int | toIndex | Index at which to paste the range |
int | moveCount | Number to move |
bool | isRowGroup | Whether the outline (range group) is of rows (or else columns) |