Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IProtectionSupport Interface / IsProtectedWorkbookWindow Property


In This Topic
IsProtectedWorkbookWindow Property
In This Topic
Gets a value indicating whether this instance is protected workbook window.
Syntax
'Declaration
 
ReadOnly Property IsProtectedWorkbookWindow As Boolean
 
'Usage
 
Dim instance As IProtectionSupport
Dim value As Boolean
 
value = instance.IsProtectedWorkbookWindow

Property Value

true if this instance is protected workbook window; otherwise, false.
See Also