BandedRange constructor

BandedRange({
  1. int? bandedRangeId,
  2. BandingProperties? columnProperties,
  3. GridRange? range,
  4. BandingProperties? rowProperties,
})

Implementation

BandedRange({
  this.bandedRangeId,
  this.columnProperties,
  this.range,
  this.rowProperties,
});