Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
164 /** represents a rectangular range of cells in a spreadsheet document.
166 <p>This service is an extension of the CellRange service for use
173 /** provides basic handling of cell ranges and contributes common cell
180 /** contributes properties for character formatting of Western text.
186 /** contributes properties for character formatting of Asian text.
192 /** contributes properties for character formatting of Complex text.
221 /** provides merging and unmerging the cells of this cell range.
233 /** provides access to the collections of columns and rows.
251 /** provides simultaneous access to the contents of all cells.
257 /** provides simultaneous access to the formula contents of all cells.
265 /** provides access to the cell range address of this range.
271 /** provides computation of a value based on the contents of all
272 cells of this range and to clear specific cells.
285 /** provides handling of array formulas.
318 /** provides filtering the contents of this range.
324 /** provide access to a collection of equal-formatted cell ranges.
330 /** provide access to a collection of equal-formatted cell ranges.
336 /** provides modifying the source data cells of a chart and makes
356 /** contains the position of the top left cell of this range in
366 /** contains the size of this range (in 1/100 mm).
420 /** Returns the absolute adress of the range as string, e.g. "$Sheet1.$B$2:$D$5".