Click or drag to resize

CellStyleLocked Property

Gets or sets if the cell is locked (protected).

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public bool Locked { get; set; }

Property Value

Boolean
Remarks
This parameter makes sense only if the parameters ExcelDocument.Protected or ExcelWorksheet.Protected have the value true. The default value is true.
See Also