GemBox.Spreadsheet

ExcelWorksheet.Protected Property

Gets or sets the worksheet protection flag.

public bool Protected {get; set;}

Remarks

This property is simply written to Excel file and has no effect on the behavior of this library. For more information on worksheet protection, consult Microsoft Excel documentation.

See Also

ExcelWorksheet Class | GemBox.Spreadsheet Namespace | ExcelFile.Protected