SpreadsheetGear 2023
ProtectStructure Property (IWorkbook)


SpreadsheetGear Namespace > IWorkbook Interface : ProtectStructure Property
Gets or sets the property which determines whether the structure (number and order of worksheets) of a workbook may be changed.
Syntax
'Declaration
 
Property ProtectStructure As System.Boolean
'Usage
 
Dim instance As IWorkbook
Dim value As System.Boolean
 
instance.ProtectStructure = value
 
value = instance.ProtectStructure
System.bool ProtectStructure {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbook Interface
IWorkbook Members
Protect Method
Unprotect Method
ProtectWindows Property
ProtectContents Property
Protect Method
Unprotect Method