Gets a value indicating whether the order of the sheets in the workbook is protected.
'Declaration
ReadOnly Property ProtectStructure As Boolean
'Usage
Dim instance As IWorkbook
Dim value As Boolean
value = instance.ProtectStructure
bool ProtectStructure {get;}
Property Value
true
if the order of the sheets in the workbook is protected; otherwise,
false
.