Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ClearCustomNames Method


In This Topic
    ClearCustomNames Method (Worksheet)
    In This Topic
    Removes all custom names on this sheet.
    Syntax
    'Declaration
     
    Public Sub ClearCustomNames() 
    'Usage
     
    Dim instance As Worksheet
     
    instance.ClearCustomNames()
    public void ClearCustomNames()
    See Also