ShowDefinedNameEditDialog(TdxCustomSpreadSheet,TdxSpreadSheetDefinedName) Method
In This Article
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 |
---|---|
ASpread |
Tdx |
ADefined |
Tdx |
#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 Create
See Also