unProtect method

This method makes the current sheet modifiable from UI. After calling this method, the Protected property of Sheet returns false.

Defined in

Sheet

Syntax

public void unProtect()
public void unProtect(String password)

Parameters

String password

Provides the string password to un-lock the sheet.

See examples

Example: unProtect method