ComponentOne FlexPivot for WinForms
AddRange(IEnumerable) Method

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckListSelectedItemCollection Class > AddRange Method : AddRange(IEnumerable) Method
The specified collection of items.
Adds the items of the specified collection to the end of the C1CheckListSelectedItemCollection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal collection As System.Collections.IEnumerable _
) 
public void AddRange( 
   System.Collections.IEnumerable collection
)

Parameters

collection
The specified collection of items.
See Also

Reference

C1CheckListSelectedItemCollection Class
C1CheckListSelectedItemCollection Members
Overload List