Worksheet.Protection Property

Definition

Gets a Protection object that represents the protection options of the worksheet.

public:
 property Microsoft::Office::Interop::Excel::Protection ^ Protection { Microsoft::Office::Interop::Excel::Protection ^ get(); };
public Microsoft.Office.Interop.Excel.Protection Protection { get; }
member this.Protection : Microsoft.Office.Interop.Excel.Protection
Public ReadOnly Property Protection As Protection

Property Value

A Protection object that represents the protection options of the worksheet.

Applies to