Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / MoveTableRows Method
The row to move from.
The row to move to.
The number of rows to move.


In This Topic
    MoveTableRows Method
    In This Topic
    Moves the rows in the table.
    Syntax
    'Declaration
     
    
    Public Sub MoveTableRows( _
       ByVal fromRow As Integer, _
       ByVal toRow As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As TableView
    Dim fromRow As Integer
    Dim toRow As Integer
    Dim count As Integer
     
    instance.MoveTableRows(fromRow, toRow, count)
    public void MoveTableRows( 
       int fromRow,
       int toRow,
       int count
    )

    Parameters

    fromRow
    The row to move from.
    toRow
    The row to move to.
    count
    The number of rows to move.
    See Also