Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ICustomNameSupport Interface / GetCustomName Method / GetCustomName(String) Method
Name, as an expression


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

    Parameters

    name
    Name, as an expression
    See Also