Spread Silverlight Documentation
Function Property


GrapeCity.CalcEngine.Expressions Namespace > CalcFunctionExpression Class : Function Property
Gets the implementation (dynamic or static function binding) of the function.
Syntax
'Declaration
 
Public ReadOnly Property Function As CalcFunction
'Usage
 
Dim instance As CalcFunctionExpression
Dim value As CalcFunction
 
value = instance.Function
public CalcFunction Function {get;}

Property Value

The implementation of the function.
Remarks
If dynamic binding was used then the returned value will be null. If static binding was used then the returned value will be non-null.
See Also

Reference

CalcFunctionExpression Class
CalcFunctionExpression Members