ValueTable.Copy
Syntax variant: To copy row
Syntax:
Parameters:
<Rows> (optional)
Array of rows for copying. If it is not specified, tables of values are copied all the rows.
<Columns> (optional)
The list of columns for copying in a format: " Column1, Column2... ".
Description of method variant:
Syntax variant: To copy on filter
Syntax:
Parameters:
<ParametersOfFilter> (optional)
Key of structure - the identifier of a column, and value of structure - value of selection.
<Columns> (optional)
The list of columns for copying in a format: " Column1, Column2... ".
Description of method variant:
Returned value:
Description:
Availability:
Example:
NewPriceTable = PriceTable.Copy(); |