Adds a set of columns to the list view control.
public void setColumns( ColumnHeader[] columns )
columns
A zero-based array of ColumnHeader objects that represent the columns you want to add to the list view control.
This method removes all existing columns from the list view control before inserting new columns.
See Also getColumns