CellRangeCopyTo(ExcelWorksheet, String) Method |
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic void CopyTo(
ExcelWorksheet destWorksheet,
string topLeftCell
)
Public Sub CopyTo (
destWorksheet As ExcelWorksheet,
topLeftCell As String
)
Parameters
- destWorksheet ExcelWorksheet
-
- topLeftCell String
-
See Also