GridRowStylesCollectionInsert Method

Inserts a DataGridRowStyle 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,
	DataGridRowStyle anItem
)

Parameters

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

See Also