VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet Namespace / SpreadsheetEditor Class / CopyCells Methods / CopyCells(Worksheet,CellReferences,Worksheet,CellReference,SheetCellsCopyMode) Method
Syntax Requirements SeeAlso
In This Topic
CopyCells(Worksheet,CellReferences,Worksheet,CellReference,SheetCellsCopyMode) Method (SpreadsheetEditor)
In This Topic
Copies cells of source worksheet to the specified location on destination worksheet.
Syntax
'Declaration

Public Overloads Sub CopyCells( _
ByVal sourceWorksheet
The source worksheet.
As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellReferences
The cell references on the source worksheet.
As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences, _
ByVal destWorksheet
The destination worksheet.
As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal location
The location on the destination worksheet.
As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal copyMode
The copy mode.
As SheetCellsCopyMode _
)

Parameters

sourceWorksheet
The source worksheet.
cellReferences
The cell references on the source worksheet.
destWorksheet
The destination worksheet.
location
The location on the destination worksheet.
copyMode
The copy mode.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also