XlsWorkbook
IsWindowProtection Property
|
True if window is protected.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsWindowProtection { get; }
Public ReadOnly Property IsWindowProtection As Boolean
Get
public:
virtual property bool IsWindowProtection {
bool get () sealed;
}
abstract IsWindowProtection : bool with get
override IsWindowProtection : bool with get
Property Value
Type:
Boolean
Implements
IWorkbook
IsWindowProtection
See Also