ShowDefinedNameEditDialog(TdxCustomSpreadSheet,TdxSpreadSheetDefinedName) Method
Invokes a “New Name” or “Edit Name” dialog for a specified spreadsheet control.
Declaration
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