ValueTable.ChooseRow
Syntax:
Parameters:
<Title> (optional)
Dialog box header of choosing the row. You can use it as a user hint.
<InitialRow> (optional)
Specifies values table row where cursor will be placed by opening selection window.
Returned value:
If the user cancels selection, the Undefined value is returned.
Description:
Availability:
Example:
Address = AddressesTable.ChooseRow("Select receiver"); |