Spread Windows Forms 12.0 Product Documentation
Function Property (FunctionExpression)


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

Property Value

FunctionInfo object containing the function
See Also

Reference

FunctionExpression Class
FunctionExpression Members