GrapeCity.Xaml.CalcEngine
FunctionName Property (CalcFunctionIdentity)


GrapeCity.CalcEngine Namespace > CalcFunctionIdentity Class : FunctionName Property
Gets the name that represents the calling function.
Syntax
'Declaration
 
Public ReadOnly Property FunctionName As String
'Usage
 
Dim instance As CalcFunctionIdentity
Dim value As String
 
value = instance.FunctionName
public string FunctionName {get;}

Property Value

A System.String value that represents the function name.
See Also

Reference

CalcFunctionIdentity Class
CalcFunctionIdentity Members