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