RangeCollectionAdd Method
Adds a
Range class at the end of the collection.
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
public int Add(
Range anItem
)
Public Function Add (
anItem As Range
) As Integer
- anItem Range
- A Range object to add.
Int32An index of the newly added
Range.