BandedRange constructor
BandedRange({
- int? bandedRangeId,
- BandingProperties? columnProperties,
- GridRange? range,
- BandingProperties? rowProperties,
Implementation
BandedRange({
this.bandedRangeId,
this.columnProperties,
this.range,
this.rowProperties,
});