ValueTreeRowCollection.LoadColumn
Syntax:
Parameters:
<Array> (required)
Array of values to be loaded to the column.
<Column> (required)
Collection column where values from the array will be loaded to.
You can enter a column index, column name or a value tree column as a parameter value.
Description:
Availability:
Note:
Example:
ContentRows.LoadColumn(CostsArray, "Costs"); |