Syntax
struct CellProtection;
Description
describes the kind of protection for a protectable cell.
Field Summary
|
IsLocked |
specifies if the cell is locked from modifications by the user.
|
|
IsFormulaHidden |
specifies if the formula is hidden from the user.
|
|
IsHidden |
specifies if the cell is hidden from the user.
|
|
IsPrintHidden |
specifies if the cell is hidden on printouts.
|
|
Field Details
|
|
Syntax
boolean IsLocked;
Description
specifies if the cell is locked from modifications by the user.
Syntax
boolean IsFormulaHidden;
Description
specifies if the formula is hidden from the user.
Syntax
boolean IsHidden;
Description
specifies if the cell is hidden from the user.
Syntax
boolean IsPrintHidden;
Description
specifies if the cell is hidden on printouts.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.