cells
The PHP property androHTMLTable::cells is a two-dimensional
numeric-indexed array of all cells added to the table.
This array is only updated for cells created with the
methods tr and td. If you use $table->h('td') or similar
methods the resulting cell will not be in the array.