ValueTable.FillValues
Syntax:
Parameters:
<Value> (required)
Value with which you want to fill table rows.
<Columns> (optional)
List of separated by commas names of columns by which values table rows are filled.
If you don't specify the parameter or set the empty string, all values table is filled.
Description:
Availability:
Example:
PriceTable.FillValues(Rubles, "Currency"); |