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