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


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

    Property Value

    The name of the function.
    See Also