Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / MoveRow(Int32,Int32) Method
Index of the column to move
Index of the destination of the column


In This Topic
    MoveRow(Int32,Int32) Method
    In This Topic
    Moves the row from one location to another as specified.
    Syntax
    'Declaration
     
    
    Protected Sub MoveRow( _
       ByVal fromRow As Integer, _
       ByVal toRow As Integer _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim fromRow As Integer
    Dim toRow As Integer
     
    instance.MoveRow(fromRow, toRow)
    protected void MoveRow( 
       int fromRow,
       int toRow
    )

    Parameters

    fromRow
    Index of the column to move
    toRow
    Index of the destination of the column
    See Also