[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetStyleModel.Copy

Copy Method

Copy(int, int, int, int, int, int)

Copies the direct styles from one specified range of cells to another.

Declaration
public virtual void Copy(int fromRow, int fromColumn, int toRow, int toColumn, int rowCount, int columnCount)
Public Overridable Sub Copy(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 of cell from which to begin copying

int fromColumn

Column index of cell from which to begin copying

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 copy

int columnCount

Number of columns to copy

Implements