Language
The Free and Open Productivity Suite
Methods' Details |
queryDependents
- Description
- queries all dependent formula cells.
Dependent cells are cells containing formulas with references to
the original cell.
- Parameter bRecursive
- false = queries cells dependent from the original range(s),
true = repeates query with all found cells
(finds dependents of dependents, and so on).
- Returns
- all dependent cells of any formula cell of the current
cell range(s).
|
|
queryPrecedents
- Description
- queries all precedent cells.
Precedent cells are cells which are referenced from a formula
cell.
- Parameter bRecursive
- false = queries precedent cells of the original range(s),
true = repeates query with all found cells
(finds precedents of precedents, and so on).
- Returns
- all precedent cells of any formula cell of the current cell
range(s).
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.