Spread WPF 17
GrapeCity.CalcEngine.Operators Namespace / CalcRangeOperator Class / AcceptsReference Method
Index of the operand.


In This Topic
    AcceptsReference Method (CalcRangeOperator)
    In This Topic
    Determines whether the operator accepts reference values for the specified operand.
    Syntax
    'Declaration
     
    Public Overrides Function AcceptsReference( _
       ByVal i As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As CalcRangeOperator
    Dim i As Integer
    Dim value As Boolean
     
    value = instance.AcceptsReference(i)
    public override bool AcceptsReference( 
       int i
    )

    Parameters

    i
    Index of the operand.

    Return Value

    true if the operator accepts reference values for the specified operand; otherwise, false.
    See Also