RangeCollectionIndexOf Method

Returns the index of the specified Range.

Definition

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

Parameters

anItem  Range
Reference to the Range object which index should be returned.

Return Value

Int32
An index of the specified Range.

See Also