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

ShowCreateDefinedNamesFromSelectionDialog(TdxSpreadSheetTableView) Method

Invokes the “Create Names from Selection“ dialog for a specified worksheet.

#Declaration

Delphi
procedure ShowCreateDefinedNamesFromSelectionDialog(ASheet: TdxSpreadSheetTableView);

#Parameters

Name Type
ASheet TdxSpreadSheetTableView

#Remarks

Call this procedure and pass the target worksheet as the ASheet parameter to invoke the “Create Name from Selection” dialog.

Note

The CreateDefinedNamesFromSelection end-user command invokes the “Create Name from Selection” dialog for the active worksheet.

See Also