Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionExpression Class / FunctionName Property


In This Topic
    FunctionName Property (FunctionExpression)
    In This Topic
    Gets the name of function.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FunctionName As String
    'Usage
     
    
    Dim instance As FunctionExpression
    Dim value As String
     
    value = instance.FunctionName
    public string FunctionName {get;}
    See Also