Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / Function Class / Name Property


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

    Property Value

    A System.String value indictes the function name.
    See Also