CellRangeCopyTo(ExcelWorksheet, String) Method |
Copies this cell range to another worksheet.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntaxpublic void CopyTo(
ExcelWorksheet destWorksheet,
string topLeftCell
)
Public Sub CopyTo (
destWorksheet As ExcelWorksheet,
topLeftCell As String
)
Parameters
- destWorksheet ExcelWorksheet
- Destination worksheet.
- topLeftCell String
- Full name of the top-left cell of the destination range.
See Also