ranges property
RangeCollection
get
ranges
Gets/Sets a images collections in the worksheet.
Implementation
RangeCollection get ranges {
_ranges ??= RangeCollection(this);
return _ranges!;
}
Gets/Sets a images collections in the worksheet.
RangeCollection get ranges {
_ranges ??= RangeCollection(this);
return _ranges!;
}