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.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelCellProtection Protection { get; }Public ReadOnly Property Protection As ExcelCellProtection
Get
Property Value
ExcelCellProtection
See Also