GridTableStylesCollectionAdd Method

Adds a DataGridTableStyle class at the end of the collection.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public int Add(
	DataGridTableStyle anItem
)

Parameters

anItem  DataGridTableStyle
A DataGridTableStyle object to add.

Return Value

Int32
An index of the newly added DataGridTableStyle.

See Also