Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DefinedName Class / Delete Method


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