UpdateTableCellStyleRequest constructor
UpdateTableCellStyleRequest({
- String? fields,
- TableCellStyle? tableCellStyle,
- TableRange? tableRange,
- Location? tableStartLocation,
Implementation
UpdateTableCellStyleRequest({
this.fields,
this.tableCellStyle,
this.tableRange,
this.tableStartLocation,
});