'Declaration Public Sub PasteCells( _
ByVal cellsClipboardThe cells clipboard.As SheetCellsClipboard, _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal destCellsThe location to paste.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences, _
ByVal copyModeThe copy mode.As SheetCellsCopyMode _
)
public void PasteCells(
SheetCellsClipboard cellsClipboard,
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences destCells,
SheetCellsCopyMode copyMode
)
Parameters
- cellsClipboard
- The cells clipboard.
- worksheet
- The worksheet.
- destCells
- The location to paste.
- copyMode
- The copy mode.