Lines Matching refs:range
45 /** provides access to the cells or to sub-ranges of a cell range.
53 /** Returns a single cell within the range.
56 is the column index of the cell inside the range.
59 is the row index of the cell inside the range.
65 if an index is outside the dimensions of this range.
76 /** Returns a sub-range of cells within the range.
79 is the column index of the first cell inside the range.
82 is the row index of the first cell inside the range.
85 is the column index of the last cell inside the range.
88 is the row index of the last cell inside the range.
91 the specified cell range.
94 if an index is outside the dimensions of this range.
107 /** Returns a sub-range of cells within the range.
109 <p>The sub-range is specified by its name. The format of the range
115 the name of the sub-range.
118 the specified cell range.