GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Cut Method


In This Topic
Cut Method (IShape)
In This Topic
Cuts the object to the clipboard.
Syntax
'Declaration
 
Sub Cut() 
 
'Usage
 
Dim instance As IShape
 
instance.Cut()
See Also