Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IName Interface / Delete Method


In This Topic
    Delete Method (IName)
    In This Topic
    Deletes the defined name.
    Syntax
    'Declaration
     
    
    Sub Delete() 
    'Usage
     
    
    Dim instance As IName
     
    instance.Delete()
    void Delete()
    See Also