ChartOfAccountsExtDimensionTypes.<Chart of Accounts name>.LoadColumn
Syntax:
Parameters:
<Array> (required)
Array of values to be loaded to the column.
<Column> (required)
Column where values from the array are to be loaded to.
This parameter can pass the column index or column name as its value.
Description:
Availability:
Note:
The method can be used only when the tabular section is obtained from an object's property. If the tabular section is obtained from a reference property (or selection property), using this method would cause a runtime error.
Example:
Content.LoadColumn(Articles, "Nomenclature"); |