get_column_header


Description:

public Accessible get_column_header (int column) throws Error

Gets the header associated with a table column, if available.

This differs from get_column_description, which returns a string.

Parameters:

this

a pointer to the Table implementor on which to operate.

column

the specified table column, zero-indexed.

Returns:

an Accessible representation of the specified table column, if available.