FarPoint.Win.Spread
ClipboardPaste Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : ClipboardPaste Method


Pastes the contents from the Clipboard to the sheet.

Overload List

OverloadDescription
ClipboardPaste()Pastes the contents from the Clipboard to the active sheet.  
ClipboardPaste(ClipboardPasteOptions) Pastes the contents from the Clipboard to the sheet according to the specified paste option.  
ClipboardPaste(ClipboardPasteOptions,IDataObject) Pastes the contents from the Clipboard to the sheet according to the specified paste option.  
ClipboardPaste(ClipboardPasteOptions,IDataObject,CellRange) Pastes the contents from the Clipboard to the sheet according to the specified paste option.  

See Also