Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShowProtectSheetDialog(TdxSpreadSheetTableView) Method

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

#Declaration

Delphi
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