data property

List<DataFilterValueRange>? data
getter/setter pair

The new values to apply to the spreadsheet.

If more than one range is matched by the specified DataFilter the specified values are applied to all of those ranges.

Implementation

core.List<DataFilterValueRange>? data;