AllowEditRange Interface

Represents the cells that can be edited on a protected worksheet.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0002446B-0000-0000-C000-000000000046")> _
Public Interface AllowEditRange
'Usage
Dim instance As AllowEditRange
[InterfaceTypeAttribute()]
[GuidAttribute("0002446B-0000-0000-C000-000000000046")]
public interface AllowEditRange

Remarks

Use the Add method or the Item property of the AllowEditRanges collection to return an AllowEditRange object.

Once an AllowEditRange object has been returned, you can use the ChangePassword method to change the password to access a range that can be edited on a protected worksheet.

See Also

Reference

AllowEditRange Members

Microsoft.Office.Interop.Excel Namespace