Spread for ASP.NET 11 Product Documentation
MoveRow(Int32,Int32) Method


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
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

Reference

FpSpread Class
FpSpread Members