Spread Silverlight Documentation
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 System.String
'Usage
 
Dim instance As CalcFunctionIdentity
Dim value As System.String
 
value = instance.FunctionName
public System.string FunctionName {get;}

Property Value

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

Reference

CalcFunctionIdentity Class
CalcFunctionIdentity Members