BaseListControlObjectCollectionAddRange Method
Add a range of items to the collection from an array
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void AddRange(
Object[] items
)
Public Sub AddRange (
items As Object()
)
public:
void AddRange(
array<Object^>^ items
)
member AddRange :
items : Object[] -> unit
Parameters
- items Object
- The items to add to the collection
ArgumentException | This is thrown if an attempt is made to add an item to the
collection when a data source is in use. |