Click or drag to resize

CellRangeCopyTo(ExcelWorksheet, String) Method

Copies this cell range to another worksheet.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public void CopyTo(
	ExcelWorksheet destWorksheet,
	string topLeftCell
)

Parameters

destWorksheet  ExcelWorksheet
Destination worksheet.
topLeftCell  String
Full name of the top-left cell of the destination range.
See Also