Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IParameter Interface / Name Property


In This Topic
    Name Property (IParameter)
    In This Topic
    Gets the declared name of the parameter.
    Syntax
    'Declaration
     
    
    ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As IParameter
    Dim value As String
     
    value = instance.Name
    string Name {get;}
    See Also