Top   Module   Use   Manual   Index 

com :: sun :: star :: util ::

struct CellProtection


Description
describes the kind of protection for a protectable cell.


Elements

boolean IsLocked
Description
specifies if the cell is locked from modifications by the user.
boolean IsFormulaHidden
Description
specifies if the formula is hidden from the user.
boolean IsHidden
Description
specifies if the cell is hidden from the user.
boolean IsPrintHidden
Description
specifies if the cell is hidden on printouts.
Top of Page