Wimark.Controls Class Library  

ListView.ColumnHeaderCollection.Add Method

Adds a ColumnHeader object to the end of the collection.

Overload List

Adds a new column header to the collection with specified text, width, and alignment settings.

[Visual Basic] Overloads Public Function Add(String, Integer, HorizontalAlignment) As ColumnHeader
[C#] public ColumnHeader Add(string, int, HorizontalAlignment);
[C++] public: ColumnHeader* Add(String*, int, HorizontalAlignment);

Adds a ColumnHeader object to the end of the collection.

[Visual Basic] Overloads Public Function Add(ColumnHeader) As Integer
[C#] public int Add(ColumnHeader);
[C++] public: int Add(ColumnHeader*);

See Also

ListView.ColumnHeaderCollection Class | ListView.ColumnHeaderCollection Members | Wimark.Controls Namespace | ColumnHeader