horizontalAlignment property

String? horizontalAlignment
getter/setter pair

The horizontal alignment of the value in the cell. Possible string values are:

  • "HORIZONTAL_ALIGN_UNSPECIFIED" : The horizontal alignment is not specified. Do not use this.
  • "LEFT" : The text is explicitly aligned to the left of the cell.
  • "CENTER" : The text is explicitly aligned to the center of the cell.
  • "RIGHT" : The text is explicitly aligned to the right of the cell.

Implementation

core.String? horizontalAlignment;