Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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