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


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

Property Value

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