PageBlockTableCell constructor

PageBlockTableCell(
  1. {RichText? text,
  2. required bool is_header,
  3. required int colspan,
  4. required int rowspan,
  5. required PageBlockHorizontalAlignment align,
  6. required PageBlockVerticalAlignment valign,
  7. int? extra,
  8. int? clientId}
)

Represents a cell of a table

Implementation

PageBlockTableCell