ExcelCellProtection Class |
Represents the protection options for a cell or a range of cells.
Inheritance HierarchySystemObject
ExpertXls.ExcelLibExcelCellProtection
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic class ExcelCellProtection
Public Class ExcelCellProtection
The ExcelCellProtection type exposes the following members.
Properties| | Name | Description |
|---|
 | HiddenFormula |
A flag indicating if the formula is hidden when the worksheet is protected. This property is applied only when the worksheet is protected.
|
 | Locked |
Gets or sets a flag indicating if the cell or range is locked. This property is applied only when the worksheet is protected.
|
Top
See Also