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)

Usage

Public Class llowEditRangeImplementation
    Implements AllowEditRange
End Class
Dim llowEditRangeImplementation1 As New llowEditRangeImplementation()

Syntax

Public Interface AllowEditRange
public interface AllowEditRange
public interface class AllowEditRange
public interface AllowEditRange
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

AllowEditRange Members