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

ShowDefinedNameManagerDialog(TdxCustomSpreadSheet) Method

Invokes the Name Manager dialog for a specified spreadsheet control.

#Declaration

Delphi
procedure ShowDefinedNameManagerDialog(ASpreadSheet: TdxCustomSpreadSheet);

#Parameters

Name Type Description
ASpreadSheet TdxCustomSpreadSheet

The target spreadsheet control.

#Remarks

Call this procedure and pass the target spreadsheet control as the ASpreadSheet parameter to invoke the Name Manager dialog. You can call the HideDefinedNameManagerDialog procedure to close the dialog.

The Defined Manager Dialog

Note

The Ctrl+F3 key combination and the ShowDefinedNameManager end-user command also invoke the Name Manager dialog.

See Also