class documentation

class TableCell:

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):

Undocumented

Parameters
table:TableUndocumented
row:intUndocumented
col:intUndocumented
cell_id =

Undocumented

col =

Undocumented

row =

Undocumented

table =

Undocumented

@property
height: int =
Returns the cell height.
@property
width: int =
Returns the cell width.