Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcStandardizeFunction Class / Name Property


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

    Property Value

    The name of the function.
    See Also