RowStylesAdd Method

Adds a RowStyle 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(
	RowStyle anItem
)

Parameters

anItem  RowStyle
A RowStyle object to add.

Return Value

Int32
An index of the newly added RowStyle.

See Also