RowsAdd Method

Adds a Row class at the end of the collection.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public int Add(
	Row anItem
)

Parameters

anItem  Row
A Row object to add.

Return Value

Int32
An index of the newly added Row.

See Also