ListView::ColumnHeaderCollection::AddRange Method (array<ColumnHeader^>^)
.NET Framework (current version)
Adds an array of column headers to the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- values
-
Type:
array<System.Windows.Forms::ColumnHeader^>^
An array of ColumnHeader objects to add to the collection.
You can use this method to reuse the column headers used in a different ListView control. If you want to add a single ColumnHeader, use the Add method. You can also use the Insert method if you want to add a single ColumnHeader at a specific position in the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: