get_column_description
Description:
Gets a text description of a particular table column.
This differs from get_column_header, which returns an
Accessible.
Parameters:
| this |
a pointer to the Table implementor on which to operate. |
| column |
the specified table column, zero-indexed. |
Returns:
|
a UTF-8 string describing the specified table column, if available. |