Spread Windows Forms 12.0 Product Documentation
FunctionName Property


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > FunctionExpression Class : FunctionName Property
Gets the name of function.
Syntax
'Declaration
 
Public ReadOnly Property FunctionName As String
'Usage
 
Dim instance As FunctionExpression
Dim value As String
 
value = instance.FunctionName
public string FunctionName {get;}

Property Value

String containing the function name
See Also

Reference

FunctionExpression Class
FunctionExpression Members