[]
Moves an outline (range group) and pastes it into an outline (range group) at the specified location, by indexes.
void Move(int fromIndex, int toIndex, int moveCount, bool isRowGroup)
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 group |
int | moveCount | Number of rows or columns to move |
bool | isRowGroup | Whether the outline (range group) is of rows |