horizontalAlignment property

String? horizontalAlignment
getter/setter pair

Defines text alignment for all cells in this column.

Optional. Possible string values are:

  • "HORIZONTAL_ALIGNMENT_UNSPECIFIED" : Text is aligned to the leading edge of the column.
  • "LEADING" : Text is aligned to the leading edge of the column.
  • "CENTER" : Text is centered in the column.
  • "TRAILING" : Text is aligned to the trailing edge of the column.

Implementation

core.String? horizontalAlignment;