Class: ATSPI::Accessible::Table::Cells
- Defined in:
- lib/atspi/accessible/table/cells.rb
Overview
Represents all cells in a ATSPI::Accessible::Table. Cells are also the children of their ATSPI::Accessible::Table.
Enumerable interface collapse
-
#at(idx = nil) ⇒ Cell
The cell at
idx
or at (row
,column
). -
#at_coords(row:, column:) ⇒ Cell
The cell at (
row
,column
).