- public bool add_column_selection (int column) throws Error
Selects the specified column, adding it to the current column
selection.
- public bool add_row_selection (int row) throws Error
Selects the specified row, adding it to the current row selection.
- public Accessible get_accessible_at (int row, int column) throws Error
Gets the table cell at the specified row and column indices.
- public Accessible get_caption () throws Error
Gets an accessible representation of the caption for an
Table.
- public int get_column_at_index (int index) throws Error
Gets the table column index occupied by the child at a particular 1-D
child index.
- public string get_column_description (int column) throws Error
Gets a text description of a particular table column.
- public int get_column_extent_at (int row, int column) throws Error
Gets the number of columns spanned by the table cell at the specific
row and column (some tables can have cells which span multiple rows and/or columns).
- public Accessible get_column_header (int column) throws Error
Gets the header associated with a table column, if available.
- public int get_index_at (int row, int column) throws Error
Gets the 1-D child index corresponding to the specified 2-D row and
column indices.
- public int get_n_columns () throws Error
Gets the number of columns in an Table,
exclusive of any columns that are programmatically hidden, but inclusive of columns that may be outside of the current scrolling
window or viewport.
- public int get_n_rows () throws Error
Gets the number of rows in an Table,
exclusive of any rows that are programmatically hidden, but inclusive of rows that may be outside of the current scrolling window or
viewport.
- public int get_n_selected_columns () throws Error
Queries a table to find out how many columns are currently selected.
- public int get_n_selected_rows () throws Error
Query a table to find out how many rows are currently selected.
- public int get_row_at_index (int index) throws Error
Gets the table row index occupied by the child at a particular 1-D
child index.
- public bool get_row_column_extents_at_index (int index, out int row, out int col, out int row_extents, out int col_extents, out bool is_selected) throws Error
Given a child index, determines the row and column indices and
extents, and whether the cell is currently selected.
- public string get_row_description (int row) throws Error
Gets a text description of a particular table row.
- public int get_row_extent_at (int row, int column) throws Error
Gets the number of rows spanned by the table cell at the specific row
and column.
- public Accessible get_row_header (int row) throws Error
Gets the header associated with a table row, if available.
- public Array<int> get_selected_columns () throws Error
Queries a table for a list of indices of columns which are currently
selected.
- public Array<int> get_selected_rows () throws Error
Queries a table for a list of indices of rows which are currently
selected.
- public Accessible get_summary () throws Error
Gets an accessible object which summarizes the contents of an
Table.
- public bool is_column_selected (int column) throws Error
Determines whether specified table column is selected.
- public bool is_row_selected (int row) throws Error
Determines whether a table row is selected.
- public bool is_selected (int row, int column) throws Error
Determines whether the cell at a specific row and column is selected.
- public bool remove_column_selection (int column) throws Error
De-selects the specified column, removing it from the current column
selection.
- public bool remove_row_selection (int row) throws Error
De-selects the specified row, removing it from the current row
selection.