Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ColumnFunctionInfo Class / IgnoresValues Method
Index of the argument


In This Topic
    IgnoresValues Method (ColumnFunctionInfo)
    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 ColumnFunctionInfo
    Dim i As Integer
    Dim value As Boolean
     
    value = instance.IgnoresValues(i)
    public override bool IgnoresValues( 
       int i
    )

    Parameters

    i
    Index of the argument

    Return Value

    True if the function ignores values ; false otherwise
    See Also