isCellOrDefinedName
function isCellOrDefinedName(value): value is CellItem;Type guard to check if a value is either a Cell or a DefinedName.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”value is CellItem
function isCellOrDefinedName(value): value is CellItem;Type guard to check if a value is either a Cell or a DefinedName.
unknown
value is CellItem