UpdateTableCellStyleRequest constructor

UpdateTableCellStyleRequest({
  1. String? fields,
  2. TableCellStyle? tableCellStyle,
  3. TableRange? tableRange,
  4. Location? tableStartLocation,
})

Implementation

UpdateTableCellStyleRequest({
  this.fields,
  this.tableCellStyle,
  this.tableRange,
  this.tableStartLocation,
});