XlsWorksheetBase
IsPasswordProtected Property
|
True if the worksheet has been protected with password.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsPasswordProtected { get; }
Public ReadOnly Property IsPasswordProtected As Boolean
Get
public:
virtual property bool IsPasswordProtected {
bool get () sealed;
}
abstract IsPasswordProtected : bool with get
override IsPasswordProtected : bool with get
Property Value
Type:
Boolean
Implements
ITabSheet
IsPasswordProtected
See Also