Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / LargeFunctionInfo Class / IsContextSensitive Property


In This Topic
IsContextSensitive Property (LargeFunctionInfo)
In This Topic
Determines whether the evaluation of the function is dependent on the context in which the evaluation occurs.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsContextSensitive As Boolean
 
'Usage
 
Dim instance As LargeFunctionInfo
Dim value As Boolean
 
value = instance.IsContextSensitive
See Also