RowStylesInsert Method

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

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public virtual void Insert(
	int index,
	RowStyle anItem
)

Parameters

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

See Also