Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / RowFunctionInfo Class / IgnoresValues Method
Index of the argument


In This Topic
IgnoresValues Method (RowFunctionInfo)
In This Topic
Determines whether the function uses or ignores the values for the specified argument.
Syntax
'Declaration
 
Public Overrides Function IgnoresValues( _
   ByVal i As Integer _
) As Boolean
 
'Usage
 
Dim instance As RowFunctionInfo
Dim i As Integer
Dim value As Boolean
 
value = instance.IgnoresValues(i)

Parameters

i
Index of the argument

Return Value

True if the function ignores values ; false otherwise
See Also