Lines Matching refs:cell
49 /** provides methods to query for cell ranges with specific contents.
51 <p>All methods return a collection of cell ranges.</p>
63 the visible (not hidden) cells of the current cell range(s).
72 the empty cells of the current cell range(s).
88 all cells of the current cell range(s) with the specified
102 all formula cells of the current cell range(s) with the
112 <p>This method takes each column of the current cell range(s) and
113 compares all cells with the cell in the specified row. All cells
114 which are different to this comparison cell will be returned.</p>
117 contains a cell address with the row index used for comparison.
121 all cells of the current cell range(s) which are different
122 to the comparison cell of each column.
131 <p>This method takes each row of the current cell range(s) and
132 compares all cells with the cell in the specified column. All cells
133 which are different to this comparison cell will be returned.</p>
136 contains a cell address with the column index used for
140 all cells of the current cell range(s) which are different
141 to the comparison cell of each row.
148 /** intersects the current cell range(s) with the specified cell range.
151 contains the cell range for intersection.
154 all cells of the current cell range(s) which are contained
155 in the passed cell range.