LowLevel.CreateSheetProtectionString Method

PicoXLSX

PicoXLSX

LowLevelCreateSheetProtectionString Method

Method to create the protection string of the passed worksheet

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
private string CreateSheetProtectionString(
	Worksheet sheet
)

Parameters

sheet
Type: PicoXLSXWorksheet
Worksheet to process

Return Value

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