ExcelCellProtectionLocked Property |
Gets or sets a flag indicating if the cell or range is locked. This property is applied only when the worksheet is protected.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic bool Locked { get; set; }Public Property Locked As Boolean
Get
Set
Property Value
Boolean
See Also