'Declaration Public Overloads Function PasteCells( _
ByVal copyModeThe copy mode.As Vintasoft.Imaging.Office.Spreadsheet.SheetCellsCopyMode _
) As Boolean
public bool PasteCells(
Vintasoft.Imaging.Office.Spreadsheet.SheetCellsCopyMode copyMode
)
public: bool PasteCells(
Vintasoft.Imaging.Office.Spreadsheet.SheetCellsCopyMode copyMode
)
public:
bool PasteCells(
Vintasoft.Imaging.Office.Spreadsheet.SheetCellsCopyMode copyMode
)
Parameters
- copyMode
- The copy mode.
Return Value
True if cells was pasted from CellsClipboard; otherwise, false.