AllowEditRanges Interface

Definition

A collection of all the AllowEditRange objects that represent the cells that can be edited on a protected worksheet.

public interface class AllowEditRanges : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002446A-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface AllowEditRanges : System.Collections.IEnumerable
Public Interface AllowEditRanges
Implements IEnumerable
Attributes
Implements

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(String, Range, Object) method to add a range that can be edited on a protected worksheet.

Properties

_Default[Object]

Reserved for internal use.

Count

Returns the number of objects in the collection.

Item[Object]

Returns a single object from a collection.

Methods

Add(String, Range, Object)

Adds a range that can be edited on a protected worksheet.

GetEnumerator()

Applies to