[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupModel.Move

Move Method

Move(int, int, int, bool)

Moves an outline (range group) and pastes it into an outline (range group) at the specified location, by indexes.

Declaration
void Move(int fromIndex, int toIndex, int moveCount, bool isRowGroup)
Sub Move(fromIndex As Integer, toIndex As Integer, moveCount As Integer, isRowGroup As Boolean)
Parameters
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