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

ShowUnhideSheetDialog(TdxCustomSpreadSheet) Method

Invokes the Unhide dialog for the specified spreadsheet control.

#Declaration

Delphi
procedure ShowUnhideSheetDialog(ASpreadSheet: TdxCustomSpreadSheet);

#Parameters

Name Type
ASpreadSheet TdxCustomSpreadSheet

#Remarks

Call this procedure and pass a target spreadsheet control as the ASpreadSheet parameter to invoke the Unhide dialog that allows users to display hidden worksheets in a document.

An OK button click or an Enter keystroke closes the Unhide dialog and makes the selected worksheet both visible and active.

A click on the “Unhide…” item in a spreadsheet control’s the caption bar context menu calls the ShowUnhideSheetDialog procedure for this control. The menu item is enabled only if there is at least one hidden worksheet in the opened document.

See Also