FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CovarFunctionInfo Class / IgnoresContextValue Method
Number of passing argument


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

Parameters

argCount
Number of passing argument
See Also