FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / ClearCustomNames Method


In This Topic
ClearCustomNames Method (DefaultSheetDataModel)
In This Topic
Removes all named expressions from the model.
Syntax
'Declaration
 
Public Sub ClearCustomNames() 
 
'Usage
 
Dim instance As DefaultSheetDataModel
 
instance.ClearCustomNames()
See Also