UpdateTableBorderPropertiesRequest constructor
UpdateTableBorderPropertiesRequest({
- String? borderPosition,
- String? fields,
- String? objectId,
- TableBorderProperties? tableBorderProperties,
- TableRange? tableRange,
Implementation
UpdateTableBorderPropertiesRequest({
this.borderPosition,
this.fields,
this.objectId,
this.tableBorderProperties,
this.tableRange,
});