_Workbook.HasPassword 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.
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.