ComponentOne Gauges for WinForms
Insert Method (CommonColorMapCollection)

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > CommonColorMapCollection Class : Insert Method
Inserts the specified CommonColorMap into this collection at the given index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As CommonColorMap _
) 
public void Insert( 
   System.int index,
   CommonColorMap item
)

Parameters

index
item
See Also

Reference

CommonColorMapCollection Class
CommonColorMapCollection Members