Spread Windows Forms 12.0 Product Documentation
Paste Method (EditBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : Paste Method
Replaces the current selection in the control with the contents of the Clipboard.
Syntax
'Declaration
 
Public Sub Paste() 
'Usage
 
Dim instance As EditBase
 
instance.Paste()
public void Paste()
Remarks
The Paste method will only paste text into the control if text is currently stored in the Clipboard.
See Also

Reference

EditBase Class
EditBase Members
Copy Method
Cut Method
Clear Method
Undo Method
CanUndo Property