LowLevel.CreateSheetProtectionString Method

NanoXLSX

NanoXLSX

LowLevelCreateSheetProtectionString Method

Method to create the protection string of the passed worksheet

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private string CreateSheetProtectionString(
	Worksheet sheet
)

Parameters

sheet
Type: NanoXLSXWorksheet
Worksheet to process

Return Value

Type: String
Formatted string with protection statement of the worksheet
See Also