Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / ClearCustomNames Method


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