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