IsProtectedWorkbookStructure Property
Gets a value indicating whether this instance is protected workbook structure.
bool IsProtectedWorkbookStructure {get;}
'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
.