Click or drag to resize

CellRangeCopyTo(ExcelWorksheet, Int32, Int32) Method

Copies this cell range to another worksheet.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public void CopyTo(
	ExcelWorksheet destWorksheet,
	int topRow,
	int leftColumn
)

Parameters

destWorksheet  ExcelWorksheet
Destination worksheet.
topRow  Int32
Absolute index of the destination row.
leftColumn  Int32
Absolute index of the destination column.
See Also