ComponentOne Gauges for WinForms
Insert Method (PointerCollection)

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

Parameters

index
pointer
See Also

Reference

PointerCollection Class
PointerCollection Members