ListView.getColumns

Overview | Methods | This Package | All Packages

ListView.getColumns

Retrieves an array of all the column headers that appear in the list view control in Report view.

Syntax

public final ColumnHeader[] getColumns()

Return Value

Returns an array of ColumnHeader objects that represents the column headers that appear in the control in Report view.

Remarks

To retrieve a single column header in the list view control, use the getColumn method.

See Also   setColumns