Pocket PC Controls.com's Chart Control

ColorTabPageCollection.Insert Method 

Inserts a Color Tab Page into the Color Tab Page collection at the specified index

public virtual void Insert(
   Int32 index,
   Object colorTabPage
);

Parameters

Int32
zero based index at which the Color Tab Page should be inserted
Object
the color tab page to insert

Implements

IList.

See Also

ColorTabPageCollection Class | PPCC.ColorTab Namespace