DatatypeFormattedTable

class LOGS.Entities.FormattedTable.DatatypeFormattedTable.DatatypeFormattedTable(ref=None)[source]

Bases: SerializeableContent

appendCell(cell, row=-1, column=-1)[source]
Return type:

DatatypeFormattedTableCell

property cells: List[DatatypeFormattedTableCell]
property columnRange: List[int]
property fixedColumn: int | None
property fixedRow: int | None
getCell(id)[source]
Return type:

int

property id: str
property name: str | None
reorganizeCells()[source]
property rowRange: List[int]
toDict(validate=False)[source]
property type: str