Worksheet.ProtectContents Property

Gets a value that indicates whether the contents of the worksheet (the individual cells) are protected.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
ReadOnly Property ProtectContents As Boolean
    Get
bool ProtectContents { get; }

Property Value

Type: System.Boolean
true if the contents of the sheet are protected; otherwise, false.

.NET Framework Security

See Also

Reference

Worksheet Interface

Microsoft.Office.Tools.Excel Namespace