Lines Matching refs:ranges
45 /** provides methods to access cell ranges in a collection via index and
46 to add and remove cell ranges.
54 /** adds the given range to the collection of cell ranges.
60 defines how the range should be added. To merge the ranges
69 /** removes the given range from the collection of cell ranges.
86 /** adds the given ranges to the collection of cell ranges.
89 contains a sequence of addresses of all new ranges.
92 defines how the ranges should be added. To merge the ranges
101 /** removes the given ranges from the collection of cell ranges.
104 contains a sequence of addresses of all ranges to be removed.
106 <p>All specified ranges must fit exactly to elements of the
107 collection. The method does not try to shorten ranges.</p>
110 if the collection does not contain any of the specified ranges.