Skip to content

PageBlockTableCell

Type · TDLib 1.8.67 · d1085f9c

Represents a cell of a table

PageBlockTableCell(
  text: RichText,
  is_header: Bool,
  colspan: int32,
  rowspan: int32,
  align: PageBlockHorizontalAlignment,
  valign: PageBlockVerticalAlignment
) → PageBlockTableCell

text

RichText

Cell text; may be null. If the text is null, then the cell must be invisible

is_header

Bool

True, if it is a header cell

colspan

int32

The number of columns the cell spans

rowspan

int32

The number of rows the cell spans

align

PageBlockHorizontalAlignment

Horizontal cell content alignment

valign

PageBlockVerticalAlignment

Vertical cell content alignment