RangeCollectionContains Method

Indicates whether a particular Range is contained in the RangeCollection.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
public virtual bool Contains(
	Range anItem
)

Parameters

anItem  Range
Reference to the Range object.

Return Value

Boolean
True, if the referenced Range is contained in the collection; false otherwise.

See Also