fields property

String? fields
getter/setter pair

The fields of CellData that should be updated.

At least one field must be specified. The root is the CellData; 'row.values.' should not be specified. A single "*" can be used as short-hand for listing every field.

Implementation

core.String? fields;