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

Public Overloads Sub CopyCells( _
ByVal sourceWorksheet
The source worksheet.
As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal sourceCellReferences
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 destCellReferences
The destination cells on the destination worksheet.
As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences, _
ByVal copyMode
The copy mode.
As SheetCellsCopyMode _
)

Parameters

sourceWorksheet
The source worksheet.
sourceCellReferences
The cell references on the source worksheet.
destWorksheet
The destination worksheet.
destCellReferences
The destination cells 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