Spread Windows Forms 12.0 Product Documentation
Copy Method (EditBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : Copy Method
Copies the current selection in the control to the Clipboard.
Syntax
'Declaration
 
Public Sub Copy() 
'Usage
 
Dim instance As EditBase
 
instance.Copy()
public void Copy()
Remarks
You can use this method, instead of using the System.Windows.Forms.Clipboard class, to copy text in the control and place it in the Clipboard.
See Also

Reference

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