GrapeCity.Xaml.CalcEngine
AcceptsReference Method (CalcUnionOperator)


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 CalcUnionOperator
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcUnionOperator Class
CalcUnionOperator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options