GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ICustomProperty Interface / Delete Method


In This Topic
Delete Method (ICustomProperty)
In This Topic
Deletes the custom property.
Syntax
'Declaration
 
Sub Delete() 
 
'Usage
 
Dim instance As ICustomProperty
 
instance.Delete()
See Also