Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClearCustomNames Method / ClearCustomNames() Method


In This Topic
ClearCustomNames() Method
In This Topic
Removes all custom names on this sheet from the model.
Syntax
'Declaration
 
Public Overloads Sub ClearCustomNames() 
 
'Usage
 
Dim instance As SheetView
 
instance.ClearCustomNames()
See Also