ShowCreateDefinedNamesFromSelectionDialog(TdxSpreadSheetTableView) Method
Invokes the “Create Names from Selection“ dialog for a specified worksheet.
Declaration
procedure ShowCreateDefinedNamesFromSelectionDialog(ASheet: TdxSpreadSheetTableView);
Parameters
Name | Type |
---|---|
ASheet | TdxSpreadSheetTableView |
Remarks
Call this procedure and pass the target worksheet as the ASheet parameter to invoke the “Create Name from Selection” dialog.
Note
The CreateDefinedNamesFromSelection end-user command invokes the “Create Name from Selection” dialog for the active worksheet.
See Also