RowsInsert Method
Inserts a
RowStyle at particular position.
The elements that follow the insertion point move down to accommodate the new element.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public virtual void Insert(
int index,
Row anItem
)
Public Overridable Sub Insert (
index As Integer,
anItem As Row
)
Parameters
- index Int32
- Index of the RowStyle being inserted.
- anItem Row
- Reference to the Row object.