ComponentOne Gauges for WinForms
Insert Method (CommonGradientCollection)

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

Parameters

index
item
See Also

Reference

CommonGradientCollection Class
CommonGradientCollection Members