ranges property

Gets/Sets a images collections in the worksheet.

Implementation

RangeCollection get ranges {
  _ranges ??= RangeCollection(this);
  return _ranges!;
}