class TableCell:
Method | __init__ |
Undocumented |
Instance Variable | cell​_id |
Undocumented |
Instance Variable | col |
Undocumented |
Instance Variable | row |
Undocumented |
Instance Variable | table |
Undocumented |
Property | height |
Returns the cell height. |
Property | width |
Returns the cell width. |
Undocumented
Parameters | |
table:Table | Undocumented |
row:int | Undocumented |
col:int | Undocumented |