Base List ControlObject CollectionAdd Range Method
Add a range of items to the collection from an array
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void AddRange(
Object[] items
)VB
Public Sub AddRange (
items As Object()
)C++
public:
void AddRange(
array<Object^>^ items
)F#
member AddRange :
items : Object[] -> unit Parameters
- items Object
- The items to add to the collection
Exceptions
| ArgumentException | This is thrown if an attempt is made to add an item to the collection when a data source is in use. |