Workbook.HasPassword Property

Gets a value that indicates whether the workbook has a protection password.

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

Syntax

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

Property Value

Type: System.Boolean
true if the workbook has a protection password; otherwise, false.

.NET Framework Security

See Also

Reference

Workbook Interface

Microsoft.Office.Tools.Excel Namespace