NetXP 3.0 Reference

ColorCollection.Insert Method 

Inserts an item at a specified index.

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

Parameters

index
The index.
item
The item.

See Also

ColorCollection Class | NETXP.Library Namespace