AllowEditRange Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the cells that can be edited on a protected worksheet.
public interface class AllowEditRange
[System.Runtime.InteropServices.Guid("0002446B-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface AllowEditRange
Public Interface AllowEditRange
- Attributes
Remarks
Use the Add(String, Range, Object) method or the Item[Object] property of the AllowEditRanges collection to return an AllowEditRange object.
Once an AllowEditRange object has been returned, you can use the ChangePassword(String) method to change the password to access a range that can be edited on a protected worksheet.
Properties
Range |
Returns a Range object that represents a subset of the ranges that can be edited on a protected worksheet. |
Title |
Returns or sets the title of the Web page when the document is saved as a Web page. |
Users |
Returns a UserAccessList object for the protected range on a worksheet. |
Methods
ChangePassword(String) |
Changes the password for a range that can be edited on a protected worksheet. |
Delete() |
Deletes the object. |
Unprotect(Object) |
Removes protection from a sheet or workbook. |