RangeCollectionContains Method
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
public virtual bool Contains(
Range anItem
)
Public Overridable Function Contains (
anItem As Range
) As Boolean
- anItem Range
- Reference to the Range object.
BooleanTrue, if the referenced
Range is contained in the collection; false otherwise.