GrapeCity.Xaml.CalcEngine
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcFunctionExpression Class
CalcFunctionExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options