Protection Interface 

Represents the various types of protection options available for a worksheet.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class rotectionImplementation
    Implements Protection
End Class
Dim rotectionImplementation1 As New rotectionImplementation()

Syntax

Public Interface Protection
public interface Protection
public interface class Protection
public interface Protection
public interface Protection

Remarks

Use the Protection property of the Worksheet object to return a Protection object.

Once a Protection object is returned, you can use the following properties to set or return protection options:

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

Protection Members