ShowDefinedNameManagerDialog(TdxCustomSpreadSheet) Method
In This Article
Invokes the Name Manager dialog for a specified spreadsheet control.
#Declaration
Delphi
procedure ShowDefinedNameManagerDialog(ASpreadSheet: TdxCustomSpreadSheet);
#Parameters
Name | Type | Description |
---|---|---|
ASpread |
Tdx |
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 Show
See Also