RowStylesAdd Method
Adds a
RowStyle 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(
RowStyle anItem
)
Public Function Add (
anItem As RowStyle
) As Integer
- anItem RowStyle
- A RowStyle object to add.
Int32An index of the newly added
RowStyle.