Spread Windows Forms 15.0
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)
    Expression GetModelScopeCustomName( 
       string name
    )

    Parameters

    name
    Name, as an expression
    See Also