Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRangeGroupModel Class / Move Method
Index from which to begin the move
Index at which to paste the range
Number to move
Whether the outline (range group) is of rows (or else columns)


In This Topic
    Move Method (DefaultRangeGroupModel)
    In This Topic
    Moves an outline (range group) by the specified indexes.
    Syntax
    'Declaration
     
    
    Public Sub Move( _
       ByVal fromIndex As Integer, _
       ByVal toIndex As Integer, _
       ByVal moveCount As Integer, _
       ByVal isRowGroup As Boolean _
    ) 
    'Usage
     
    
    Dim instance As DefaultRangeGroupModel
    Dim fromIndex As Integer
    Dim toIndex As Integer
    Dim moveCount As Integer
    Dim isRowGroup As Boolean
     
    instance.Move(fromIndex, toIndex, moveCount, isRowGroup)
    public void Move( 
       int fromIndex,
       int toIndex,
       int moveCount,
       bool isRowGroup
    )

    Parameters

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