get_row_header


Description:

public Accessible get_row_header (int row) throws Error

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

This differs from get_row_description, which returns a string.

Parameters:

this

a pointer to the Table implementor on which to operate.

row

the specified table row, zero-indexed.

Returns:

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