ComponentOne Gauges for WinForms
Insert Method (CommonBorderCollection)

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

Parameters

index
item
See Also

Reference

CommonBorderCollection Class
CommonBorderCollection Members