'Declaration Public Overloads Sub CopyCells( _
ByVal sourceWorksheetThe source worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal sourceCellReferencesThe cell references on the source worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences, _
ByVal destWorksheetThe destination worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal destCellReferencesThe destination cells on the destination worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences, _
ByVal copyModeThe copy mode.As SheetCellsCopyMode _
)
public void CopyCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet sourceWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences sourceCellReferences,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet destWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences destCellReferences,
SheetCellsCopyMode copyMode
)
public: void CopyCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* sourceWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences* sourceCellReferences,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* destWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences* destCellReferences,
SheetCellsCopyMode copyMode
)
public:
void CopyCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ sourceWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^ sourceCellReferences,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ destWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^ destCellReferences,
SheetCellsCopyMode copyMode
)
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.