Retrieves an array of all the column headers that appear in the list view control in Report view.
public final ColumnHeader[] getColumns()
Returns an array of ColumnHeader objects that represents the column headers that appear in the control in Report view.
To retrieve a single column header in the list view control, use the getColumn method.
See Also setColumns