Spread WPF 17
GrapeCity.CalcEngine.Operators Namespace / CalcOperator Class / Name Property


In This Topic
    Name Property (CalcOperator)
    In This Topic
    Gets the name of the operator.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Name As String
    'Usage
     
    Dim instance As CalcOperator
    Dim value As String
     
    value = instance.Name
    public abstract string Name {get;}

    Property Value

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