Version

ContainsReference Method

Returns true if this reference contains inReference
Syntax
bool ContainsReference( 
   IExcelCalcReference inReference
)

Parameters

inReference
The contained candidate.

Return Value

true if inReference is contained by this reference.
Remarks
This method is used by the calculation engine to determine if the passed in reference is either a child of this reference or a more fully scoped version of this reference. Each element in this reference is compared with the corresponding element in the input reference. If the identifiers are the same, and if this scope contains the input scope, then the input reference is contained by this reference. If the input reference is longer than this reference and the common element are contained, then the input reference is contained.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also