Click or drag to resize
TabItemsCollectionInsert Method
Inserts a TabItem into this collection at the a given position.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public void Insert(
	int position,
	TabItem tabItem
)

Parameters

position
Type: SystemInt32
The zero-based position at which a tabItem must be inserted.
tabItem
Type: Stingray.GridTabItem
The TabItem to insert.
See Also