GemBox.Spreadsheet

CellStyle.Locked Property

Gets or sets if the cell is locked.

public bool Locked {get; set;}

Remarks

This property has meaning only if ExcelFile.Protected is set to true. For more information consult Microsoft Excel documentation.

Default value for this property is true.

See Also

CellStyle Class | GemBox.Spreadsheet Namespace | ExcelFile.Protected