ShowDefinedNameManagerDialog(TdxCustomSpreadSheet) Method
Invokes the Name Manager dialog for a specified spreadsheet control.
Declaration
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.

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