Back to Devexpress

ShowProtectSheetDialog(TdxSpreadSheetTableView) Method

vcl-dxspreadsheetprotectsheetdialog-dot-showprotectsheetdialog-x28-8e0ea04f-x29.md

latest961 B
Original Source

ShowProtectSheetDialog(TdxSpreadSheetTableView) Method

Invokes a “Protect Sheet” dialog for the specified Table View worksheet.

Declaration

delphi
procedure ShowProtectSheetDialog(ASheet: TdxSpreadSheetTableView);

Parameters

NameType
ASheetTdxSpreadSheetTableView

Remarks

Call this procedure to invoke the “Protect Sheet” dialog whose class-reference is assigned to the dxSpreadSheetProtectSheetDialogClass global variable. Pass the target worksheet as the ASheet parameter.

See Also

dxSpreadSheetProtectSheetDialog Unit