RowsAdd Method
Adds a
Row class at the end of the collection.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public int Add(
Row anItem
)
Public Function Add (
anItem As Row
) As Integer
- anItem Row
- A Row object to add.
Int32An index of the newly added
Row.