get_column_header
Description:
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. |