Spread WinForms 15
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
See Also