isee.NET Framework Documentation

ChainedSlider.SliderCollection.Insert Method 

Inserts an existing 'Slider' into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal intIndex As Integer, _
   ByVal inpValue As Slider _
)
[C#]
public void Insert(
   int intIndex,
   Slider inpValue
);

See Also

ChainedSlider.SliderCollection Class | iseesystems.iseeNET Namespace