Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExternalVariable Class / DeleteCore Method


In This Topic
    DeleteCore Method (ExternalVariable)
    In This Topic
    Designates this external variable to be deleted.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub DeleteCore() 
    'Usage
     
    
    Dim instance As ExternalVariable
     
    instance.DeleteCore()
    protected virtual void DeleteCore()
    See Also