RangeCollectionIndexOf Method
Returns the index of the specified
Range.
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
public virtual int IndexOf(
Range anItem
)
Public Overridable Function IndexOf (
anItem As Range
) As Integer
- anItem Range
- Reference to the Range object which index should be returned.
Int32An index of the specified
Range.