InsertTableColumnsRequest constructor
InsertTableColumnsRequest({
- TableCellLocation? cellLocation,
- bool? insertRight,
- int? number,
- String? tableObjectId,
Implementation
InsertTableColumnsRequest({
this.cellLocation,
this.insertRight,
this.number,
this.tableObjectId,
});