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


In This Topic
Delete Method (IShape)
In This Topic
Deletes this shape.
Syntax
'Declaration
 
Sub Delete() 
 
'Usage
 
Dim instance As IShape
 
instance.Delete()
See Also