CellRangeCopyTo(String) 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(
string topLeftCell
)
Public Sub CopyTo (
topLeftCell As String
)
Parameters
- topLeftCell String
- Full name of the top-left cell of the destination range.
See Also