Click or drag to resize

CellRangeCopyTo(Int32, Int32) Method

Copies this cell range to another position in the same worksheet.

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

Parameters

topRow  Int32
Absolute index of the destination row.
leftColumn  Int32
Absolute index of the destination column.
See Also