ddIsHiddenCell
ddIsHiddenCell(
b_cellId
)
=> t / nil
Description
Determines whether the specified cell is hidden. A cell is hidden if it is a member of the Hidden category or a member of a subcategory of the Hidden category.
Arguments
Value Returned
Example
when( ddIsHiddenCell(cellId)
printf("Cell is hidden: %s\n" cellId~>name)
)
Return to top