Click or drag to resize

CellRangeCopyTo(String) 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(
	string topLeftCell
)

Parameters

topLeftCell  String
Full name of the top-left cell of the destination range.
See Also