Worksheet.Protection Property
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.
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.