fields property
The fields that should be updated.
At least one field must be specified. The root tableRowStyle
is implied
and should not be specified. A single "*"
can be used as short-hand for
listing every field. For example to update the minimum row height, set
fields
to "min_row_height"
.
Implementation
core.String? fields;