ValueTableColumnCollection

Collection elements:

ValueTableColumn
Iteration through collection using For each ... In ... Do operator is available to object. Collection items are retrieved during iteration.
Access to collection item is possible using [...] operator. Item index (starting from 0) is passed as an argument.

Properties:

<Column name>

Methods:

Add
Clear
Count
Delete
Find
Get
IndexOf
Insert
Move

Description:

Collection of value table columns. This object is accessed using Columns property of the value table.

Availability:

Server, thick client, external connection, Mobile application (server).

See also:

ValueTable, property Columns

    

1C:Enterprise Developer's Community