Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcFunctionExpression Class / FunctionName Property


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

    Property Value

    A System.String value that represents the name of the function.
    See Also