ExcelCellProtection Class

Represents the protection options for a cell or a range of cells.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelCellProtection
Inheritance
Object    ExcelCellProtection

Properties

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.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also