Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IEnhancedCustomNameSupport Interface / GetModelScopeCustomName Method / GetModelScopeCustomName(String) Method
Name, as an expression


In This Topic
GetModelScopeCustomName(String) Method
In This Topic
Gets the user-defined name, as an expression, in the model.
Syntax
'Declaration
 
Overloads Function GetModelScopeCustomName( _
   ByVal name As String _
) As Expression
 
'Usage
 
Dim instance As IEnhancedCustomNameSupport
Dim name As String
Dim value As Expression
 
value = instance.GetModelScopeCustomName(name)

Parameters

name
Name, as an expression
See Also