WorksheetProtection

WorksheetProtection()

Creates new instance with default parameters. If not modified and passed to SpreadsheetSaveOptions, no worksheet protection will be applied

public WorksheetProtection()

See Also


WorksheetProtection(WorksheetProtectionType, string)

Creates new instance with specified worksheet protection type and password

public WorksheetProtection(WorksheetProtectionType protectionType, string password)
Parameter Type Description
protectionType WorksheetProtectionType Type of worksheet protection
password String Password, that locks the protection

See Also