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

ShowDefinedNameEditDialog(TdxCustomSpreadSheet,TdxSpreadSheetDefinedName) Method

Invokes a “New Name” or “Edit Name” dialog for a specified spreadsheet control.

#Declaration

Delphi
procedure ShowDefinedNameEditDialog(ASpreadSheet: TdxCustomSpreadSheet; ADefinedName: TdxSpreadSheetDefinedName = nil);

#Parameters

Name Type
ASpreadSheet TdxCustomSpreadSheet
ADefinedName TdxSpreadSheetDefinedName

#Remarks

Call this procedure and pass the target spreadsheet control as the ASpreadSheet parameter to invoke the “New Name” dialog. You can pass the target defined name as the optional ADefinedName parameter to invoke the “Edit Name” dialog instead of “New Name” for the specified name.

Note

The CreateDefinedName end-user command also invokes the “New Name” dialog. The “Edit Name” dialog is available from the “Name Manager“ dialog.

See Also