AllowEditRanges 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.
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() |