GrapeCity.CalcEngine.Functions Namespace / CalcIsLogicalFunction Class / Name Property


In This Topic
Name Property (CalcIsLogicalFunction)
In This Topic
Gets The name of the function.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Name As String
 
'Usage
 
Dim instance As CalcIsLogicalFunction
Dim value As String
 
value = instance.Name

Property Value

The name of the function.
See Also