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