TdxSpreadSheetOptionsBehavior.Protected Property
In This Article
Specifies if the spreadsheet document structure is protected.
#Declaration
Delphi
property Protected: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
This property is obsolete. Use a spreadsheet control’s OptionsProtection.Protected property instead.
The Protected property’s default value is False.
See Also