'Declaration
Public Sub InsertRange( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of C1ComboBoxItem) _ )
public void InsertRange( int startingIndex, IEnumerable<C1ComboBoxItem> items )
Parameters
- startingIndex
- items
'Declaration
Public Sub InsertRange( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of C1ComboBoxItem) _ )
public void InsertRange( int startingIndex, IEnumerable<C1ComboBoxItem> items )