AllowEditRanges Interface

A collection of all the AllowEditRange objects that represent 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("0002446A-0000-0000-C000-000000000046")> _
Public Interface AllowEditRanges _
    Inherits IEnumerable
'Usage
Dim instance As AllowEditRanges
[InterfaceTypeAttribute()]
[GuidAttribute("0002446A-0000-0000-C000-000000000046")]
public interface AllowEditRanges : IEnumerable

Remarks

Use the AllowEditRanges property of the Protection object to return an AllowEditRanges collection.

Once an AllowEditRanges collection has been returned, you can use the Add method to add a range that can be edited on a protected worksheet.

See Also

Reference

AllowEditRanges Members

Microsoft.Office.Interop.Excel Namespace