hasCellRoot
hasCellRoot(
workbook,predicate):boolean
Returns whether or not a cell root exists in this workbook. A cell root is defined as a cell that
- references no other cells, and
- is referenced by a cell in this workbook.
Parameters
Section titled “Parameters”workbook
Section titled “workbook”predicate
Section titled “predicate”(cell) => boolean
Returns
Section titled “Returns”boolean