GridRowStylesCollectionAdd Method

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

Parameters

anItem  DataGridRowStyle
A DataGridRowStyle object to add.

Return Value

Int32
An index of the newly added DataGridRowStyle.

See Also