Worksheet.UseSheetProtection Property

PicoXLSX

PicoXLSX

WorksheetUseSheetProtection Property

Gets or sets whether the worksheet is protected. If true, protection is enabled

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public bool UseSheetProtection { get; set; }

Property Value

Type: Boolean
See Also