ITabSheet
IsPasswordProtected Property
|
Indicates if the worksheet is password protected.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsPasswordProtected { get; }
ReadOnly Property IsPasswordProtected As Boolean
Get
property bool IsPasswordProtected {
bool get ();
}
abstract IsPasswordProtected : bool with get
Property Value
Type:
Boolean
See Also