UnmergeCellsRequest constructor

UnmergeCellsRequest({
  1. GridRange? range,
})

Implementation

UnmergeCellsRequest({
  this.range,
});