GridColumnStylesCollectionAdd Method

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

Parameters

anItem  DataGridColumn
A DataGridColumn object to add.

Return Value

Int32
An index of the newly added DataGridColumn.

See Also