Sets the SecurityDescriptor property from the specified user accounts Syntax Parameters permissions One or more user permissions used to generate a security descriptor for a WorksheetProtectedRange
Returns or sets the name of the range. Syntax
Removes the password from the range. Syntax Remarks Note: If the range is not currently protected (i.e. IsProtected returns false) the method will not do anything.
Attempts to use the specified password to unlock the range. Syntax Parameters password The password to validate against the current Worksheet protection password Remarks Note: If the range is not currently protected (i.e. IsProtected returns false) the method will not do anything.
Attempts to use the specified password to unlock the range. Syntax Parameters password The password to validate against the current Worksheet protection password Remarks Note: If the range is not currently protected (i.e. IsProtected returns false) the method will not do anything.
Attempts to use the specified password to unlock the range. Overload List
Returns the worksheet with which the edit range is associated. Syntax
Initializes a new WorksheetProtectedRange Syntax Parameters title The name of the range
Initializes a new WorksheetProtectedRange Syntax Parameters name The name of the rangepassword The password for the range or null to have no password.
Initializes a new WorksheetProtectedRange Syntax Parameters name The name of the rangepassword The password for the range or null to have no password.