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 As Integer _
) As Boolean
'Usage
Dim instance As ColumnFunctionInfo
Dim argCount As Integer
Dim value As Boolean
value = instance.IgnoresContextValue(argCount)
public override bool IgnoresContextValue(
int
)
Parameters
- argCount
- Number of passing argument
See Also