[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.MoveRow

MoveRow Method

MoveRow(int, int, int, bool)

Moves the specified row from its current index to the specified index, and shifts each row in between and the destination row one row in the direction of the specified row.

Declaration
public virtual void MoveRow(int fromIndex, int toIndex, int rowCount, bool moveContent)
Public Overridable Sub MoveRow(fromIndex As Integer, toIndex As Integer, rowCount As Integer, moveContent As Boolean)
Parameters
Type Name Description
int fromIndex

Current index of the row to move

int toIndex

New index of the row after the move

int rowCount

Row count

bool moveContent

Whether to move the content

MoveRow(int, int, bool)

Moves the specified row from its current index to the specified index, and shifts each row in between and the destination row one row in the direction of the specified row.

Declaration
public virtual void MoveRow(int fromIndex, int toIndex, bool moveContent)
Public Overridable Sub MoveRow(fromIndex As Integer, toIndex As Integer, moveContent As Boolean)
Parameters
Type Name Description
int fromIndex

Current index of the row to move

int toIndex

New index of the row after the move

bool moveContent

Whether to move content