RangeCollectionInsert Method
Inserts a
Range at particular position.
The elements that follow the insertion point move down to accommodate the new element.
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
public virtual void Insert(
int index,
Range anItem
)
Public Overridable Sub Insert (
index As Integer,
anItem As Range
)
Parameters
- index Int32
- Index of the Range being inserted.
- anItem Range
- A Range object to add.