'Declaration Public Overloads Sub CopyCells( _
ByVal sourceWorksheetThe source worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellReferencesThe 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 locationThe location on the destination worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal copyModeThe copy mode.As SheetCellsCopyMode _
)
public void CopyCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet sourceWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences cellReferences,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet destWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference location,
SheetCellsCopyMode copyMode
)
public: void CopyCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* sourceWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences* cellReferences,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* destWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference* location,
SheetCellsCopyMode copyMode
)
public:
void CopyCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ sourceWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^ cellReferences,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ destWorksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference^ location,
SheetCellsCopyMode copyMode
)
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.