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