Objective Grid for Microsoft® .NET® Reference Guide

TabItemsCollection.Insert Method 

Back to Class Index

Inserts an element into the TabItemsCollection at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal tab As TabItem _
)
[C#]
public void Insert(
   int index,
   TabItem tab
);

Parameters

index
The zero-based index at which a tab should be inserted.
tab
The TabItem to insert.

See Also

TabItemsCollection Class | TabItemsCollection Members | Stingray.Grid Namespace