MergeCellsRequest constructor

MergeCellsRequest({
  1. String? mergeType,
  2. GridRange? range,
})

Implementation

MergeCellsRequest({
  this.mergeType,
  this.range,
});