InsertTableColumnsRequest constructor

InsertTableColumnsRequest({
  1. TableCellLocation? cellLocation,
  2. bool? insertRight,
  3. int? number,
  4. String? tableObjectId,
})

Implementation

InsertTableColumnsRequest({
  this.cellLocation,
  this.insertRight,
  this.number,
  this.tableObjectId,
});