Retrieves the column header for the specified column.
public final ColumnHeader getColumn( int index )
index
The zero-based index for the column whose column header you want to retrieve.
Returns a ColumnHeader object that represents the header for the specified column.
WFCInvalidArgumentException thrown if the specified index is not valid.
To retrieve an array containing all the column headers in the list view control, use the getColumns method.