[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetStyleModel.Move

Move Method

Move(int, int, int, int, int, int)

Moves the specified range of direct styles from one location to another.

Declaration
public virtual void Move(int fromRow, int fromColumn, int toRow, int toColumn, int rowCount, int columnCount)
Public Overridable Sub Move(fromRow As Integer, fromColumn As Integer, toRow As Integer, toColumn As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
int fromRow

Row index from which to begin the move

int fromColumn

Column index from which to begin the move

int toRow

Row index at which to paste cell styles

int toColumn

Column index at which to paste cell styles

int rowCount

Number of rows to move

int columnCount

Number of columns to move

Implements