Pastes the data identified by the specified object at the specified location. The data in the target range is discarded.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
Visual Basic
Copy Code
|
|---|
Public Sub PasteData( _ |
A Cell object identifying the target range. The dimensions of the target range are identical to the dimensions of the source range.
An object identifying the data to paste.
See Also