ListView.ListViewItemCollection.AddRange Method
.NET Framework 3.0
Adds an array of items to the collection.
| Name | Description |
|---|---|
| ListView.ListViewItemCollection.AddRange (ListView.ListViewItemCollection) | Adds a collection of items to the collection. |
| ListView.ListViewItemCollection.AddRange (ListViewItem[]) | Adds an array of ListViewItem objects to the collection. |