Worksheet.UseSheetProtection Property

NanoXLSX

NanoXLSX

WorksheetUseSheetProtection Property

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

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public bool UseSheetProtection { get; set; }

Property Value

Type: Boolean
See Also