Protected property

This property specifies if the range can be modified when the sheet is not modifiable from the user interface. After calling the Protect method of the Sheet class, if set Protected property of a range to false, then the range still can be modified.

Defined in

Range

Data type

boolean

Syntax

public boolean isProtectd()
public void setProtected(boolean protect)

See examples

Example: Protected property