ComponentOne Gauges for WinForms
Insert Method (CommonShadowCollection)

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

Parameters

index
item
See Also

Reference

CommonShadowCollection Class
CommonShadowCollection Members