get_column_description


Description:

public string get_column_description (int column) throws Error

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.