columnSeparatorStyle property
The style of column separators.
This style can be set even when there's one column in the section. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error. Possible string values are:
- "COLUMN_SEPARATOR_STYLE_UNSPECIFIED" : An unspecified column separator style.
- "NONE" : No column separator lines between columns.
- "BETWEEN_EACH_COLUMN" : Renders a column separator line between each column.
Implementation
core.String? columnSeparatorStyle;