class documentation

class TableCell: (source)

View In Hierarchy

Data of a cell in a table.

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.
def __init__(self, table, row, col): (source)

Undocumented

Parameters
table:TableUndocumented
row:intUndocumented
col:intUndocumented

Undocumented

Undocumented

Undocumented

Undocumented

Returns the cell height.

Returns the cell width.