UpdateTableCellPropertiesRequest constructor
UpdateTableCellPropertiesRequest({
- String? fields,
- String? objectId,
- TableCellProperties? tableCellProperties,
- TableRange? tableRange,
Implementation
UpdateTableCellPropertiesRequest({
this.fields,
this.objectId,
this.tableCellProperties,
this.tableRange,
});