BaseListControlObjectCollectionAddRange Method

Add a range of items to the collection from an array

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void AddRange(
	Object[] items
)

Parameters

items  Object
The items to add to the collection

Exceptions

ArgumentExceptionThis is thrown if an attempt is made to add an item to the collection when a data source is in use.

See Also