CellRangeCopyTo(ExcelWorksheet, Int32, Int32) Method |
Copies this cell range to another worksheet.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic void CopyTo(
ExcelWorksheet destWorksheet,
int topRow,
int leftColumn
)
Public Sub CopyTo (
destWorksheet As ExcelWorksheet,
topRow As Integer,
leftColumn As Integer
)
Parameters
- destWorksheet ExcelWorksheet
- Destination worksheet.
- topRow Int32
- Absolute index of the destination row.
- leftColumn Int32
- Absolute index of the destination column.
See Also