Link Search Menu Expand Document

WorksheetProtected Property

Gets a value indicating whether this Worksheet is protected against modification.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool Protected { get; }

Property Value

Type: Boolean
true if protected; otherwise, false.

Implements

IWorksheetProtected
See Also

Reference