Spread Windows Forms 12.0 Product Documentation
ProtectStructure Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : ProtectStructure Property
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

Reference

IWorkbook Interface
IWorkbook Members