TdxSpreadSheetProtectSheetDialogForm.Sheet Property
In This Article
Returns the Table View worksheet for which the “Protect Sheet” dialog is invoked.
#Declaration
Delphi
property Sheet: TdxSpreadSheetTableView read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the Sheet.OptionsProtection property to access the worksheet’s end-user permission settings managed by the “Protect Sheet” dialog.
See Also