TdxSpreadSheetTableViewOptions.Protected Property
Specifies if a worksheet is protected.
Declaration
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