ShowCreateDefinedNamesFromSelectionDialog(TdxSpreadSheetTableView) Method
In This Article
Invokes the “Create Names from Selection“ dialog for a specified worksheet.
#Declaration
Delphi
procedure ShowCreateDefinedNamesFromSelectionDialog(ASheet: TdxSpreadSheetTableView);
#Parameters
Name | Type |
---|---|
ASheet | Tdx |
#Remarks
Call this procedure and pass the target worksheet as the ASheet parameter to invoke the “Create Name from Selection” dialog.
Note
The Create
See Also