PageBlockTableCell¶
Represents a cell of a table
PageBlockTableCell(
text: RichText,
is_header: Bool,
colspan: int32,
rowspan: int32,
align: PageBlockHorizontalAlignment,
valign: PageBlockVerticalAlignment
) → PageBlockTableCell
text¶
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¶
Horizontal cell content alignment
valign¶
Vertical cell content alignment