Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRangeGroupModel Interface / Move Method
Index from which to begin the move
Index at which to paste the range group
Number of rows or columns to move
Whether the outline (range group) is of rows


In This Topic
Move Method (IRangeGroupModel)
In This Topic
Moves an outline (range group) and pastes it into an outline (range group) at the specified location, by indexes.
Syntax
'Declaration
 
Sub Move( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer, _
   ByVal moveCount As Integer, _
   ByVal isRowGroup As Boolean _
) 
 
'Usage
 
Dim instance As IRangeGroupModel
Dim fromIndex As Integer
Dim toIndex As Integer
Dim moveCount As Integer
Dim isRowGroup As Boolean
 
instance.Move(fromIndex, toIndex, moveCount, isRowGroup)

Parameters

fromIndex
Index from which to begin the move
toIndex
Index at which to paste the range group
moveCount
Number of rows or columns to move
isRowGroup
Whether the outline (range group) is of rows
See Also