ShowProtectSheetDialog(TdxSpreadSheetTableView) Method
Invokes a “Protect Sheet” dialog for the specified Table View worksheet.
Declaration
procedure ShowProtectSheetDialog(ASheet: TdxSpreadSheetTableView);
Parameters
Name | Type |
---|---|
ASheet | TdxSpreadSheetTableView |
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