GrapeCity.Xaml.CalcEngine
AcceptsReference Method (CalcRangeOperator)


GrapeCity.CalcEngine.Operators Namespace > CalcRangeOperator Class : AcceptsReference Method
Index of the operand.
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

Reference

CalcRangeOperator Class
CalcRangeOperator Members