widthType property

String? widthType
getter/setter pair

The width type of the column. Possible string values are:

  • "WIDTH_TYPE_UNSPECIFIED" : The column width type is unspecified.
  • "EVENLY_DISTRIBUTED" : The column width is evenly distributed among the other evenly distributed columns. The width of the column is automatically determined and will have an equal portion of the width remaining for the table after accounting for all columns with specified widths.
  • "FIXED_WIDTH" : A fixed column width. The width property contains the column's width.

Implementation

core.String? widthType;