Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.