[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.Copy

Copy Method

Copy()

Copies the current selection in the control to the Clipboard.

Declaration
public void Copy()
Public Sub Copy()
Remarks

You can use this method, instead of using the Clipboard class, to copy text in the control and place it in the Clipboard.

See Also