GridTableStylesCollectionInsert Method

Inserts a DataGridTableStyle at particular position. The elements that follow the insertion point move down to accommodate the new element.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual void Insert(
	int index,
	DataGridTableStyle anItem
)

Parameters

index  Int32
Index of the DataGridTableStyle being inserted.
anItem  DataGridTableStyle
A DataGridTableStyle object to add.

See Also