ProtectStructure Property
In This Topic
Gets a value indicating whether the order of the sheets in the workbook is protected.
Syntax
'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
.
See Also