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


In This Topic
IsContextSensitive Property (RowFunctionInfo)
In This Topic
Determines whether the function accepts a context.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsContextSensitive As Boolean
 
'Usage
 
Dim instance As RowFunctionInfo
Dim value As Boolean
 
value = instance.IsContextSensitive
See Also