UpdateCellsRequest constructor

UpdateCellsRequest({
  1. String? fields,
  2. GridRange? range,
  3. List<RowData>? rows,
  4. GridCoordinate? start,
})

Implementation

UpdateCellsRequest({
  this.fields,
  this.range,
  this.rows,
  this.start,
});