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

Property Value

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