ExcelCellStyleProtection Property

Gets an object used to set the protection options of the cell. The protection options are applied only when the worksheet is protected.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelCellProtection Protection { get; }

Property Value

ExcelCellProtection

See Also