Methods' Details
|
- queryVisibleCells
-  
com::sun::star::sheet::XSheetCellRanges
queryVisibleCells();
- Description
- points the cursor to only the visible (not hidden)
cells of those to which it currently points.
|
- queryEmptyCells
-  
com::sun::star::sheet::XSheetCellRanges
queryEmptyCells();
- Description
- collapses the cursor to the empty cells within the range to which it is currently pointing.
After this operation the cursor only contains the empty cells
out of those which it pointed before.
|
- queryContentCells
-  
- com::sun::star::sheet::XSheetCellRanges
queryContentCells(
[ in ] short |
nContentFlags ); |
- Description
- collapses the cursor to the cells with the specified content type
within the range to which it is currently pointing.
After this operation, the cursor only contains cells with the specified
content type out of those which it pointed before.
|
- queryFormulaCells
-  
- com::sun::star::sheet::XSheetCellRanges
queryFormulaCells(
[ in ] long |
nResultFlags ); |
- Description
- queries all cells with a specified result type.
The set of cells to which the cursor is currently pointing
will be collapsed into a subset. This subset is specified by the
formula cells containing results of a specified type .
|
- queryColumnDifferences
-  
- com::sun::star::sheet::XSheetCellRanges
queryColumnDifferences(
-
- Description
- queries all cells which have a different value in
a specified row.
The set of cells to which the cursor is currently pointing
will be collapsed into a subset. This subset is specified by all
cells which have a different value in the same column of the
specified row.
|
- queryRowDifferences
-  
- com::sun::star::sheet::XSheetCellRanges
queryRowDifferences(
-
- Description
- queries all cells which have a different value in
a specified column.
The set of cells to which the cursor is currently pointing
will be collapsed into a subset. This subset is specified by all
cells which have a different value in the same row of the
specified column.
|
- queryIntersection
-  
- com::sun::star::sheet::XSheetCellRanges
queryIntersection(
-
- Description
- intersects the cursor with the specified cell range.
The set of cells to which the cursor is currently pointing
will be collapsed into a subset. This subset is specified by all
cells which are also in the specified range.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.