Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ColumnFunctionInfo Class / IgnoresContextValue Method
Number of passing argument


In This Topic
IgnoresContextValue Method (ColumnFunctionInfo)
In This Topic
Determines whether the function ignores context cells values when being passed to a specified number of argument.
Syntax
'Declaration
 
Public Overrides Function IgnoresContextValue( _
   ByVal argCount As Integer _
) As Boolean
 
'Usage
 
Dim instance As ColumnFunctionInfo
Dim argCount As Integer
Dim value As Boolean
 
value = instance.IgnoresContextValue(argCount)

Parameters

argCount
Number of passing argument
See Also