Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / MoveRow(Int32,Int32,Int32) Method
Row index at which to start the move (first row)
Number of rows to move
Destination before which to copy the range of rows


In This Topic
    MoveRow(Int32,Int32,Int32) Method
    In This Topic
    Moves the row or rows to a specified location.
    Syntax
    'Declaration
     
    
    Public Sub MoveRow( _
       ByVal row As Integer, _
       ByVal count As Integer, _
       ByVal toRow As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim count As Integer
    Dim toRow As Integer
     
    instance.MoveRow(row, count, toRow)
    public void MoveRow( 
       int row,
       int count,
       int toRow
    )

    Parameters

    row
    Row index at which to start the move (first row)
    count
    Number of rows to move
    toRow
    Destination before which to copy the range of rows
    See Also