Click or drag to resize

ExcelCellProtection Class

Represents the protection options for a cell or a range of cells.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelCellProtection

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public class ExcelCellProtection

The ExcelCellProtection type exposes the following members.

Properties
 NameDescription
Public propertyHiddenFormula A flag indicating if the formula is hidden when the worksheet is protected. This property is applied only when the worksheet is protected.
Public propertyLocked 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