var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.copyTo(fromRow, fromColumn, toRow, toColumn, rowCount, columnCount, option);
function copyTo( fromRow : number, fromColumn : number, toRow : number, toColumn : number, rowCount : number, columnCount : number, option : CopyToOptions ) : any;
Parameters
- fromRow
- The source row.
- fromColumn
- The source column.
- toRow
- The target row.
- toColumn
- The target column.
- rowCount
- The row count.
- columnCount
- The column count.
- option
- The copy option.