_Workbook.HasPassword Property

Definition

True if the workbook has a protection password. Read-only Boolean.

public:
 property bool HasPassword { bool get(); };
public bool HasPassword { get; }
Public ReadOnly Property HasPassword As Boolean

Property Value

Remarks

You can assign a protection password to a workbook by using the SaveAs(Object, Object, Object, Object, Object, Object, XlSaveAsAccessMode, Object, Object, Object, Object, Object) method.

Applies to