PivotTableFieldCollection

Collection elements:

PivotTableField, ValueTableColumnCollection
Iteration through collection using For each ... In ... Do operator is available to object. Pivot table field are retrieved during iteration.
Access to field is possible using [...] operator. Name of field or field index (starting from 0) is passed as an argument.

Properties:

<Field name>

Methods:

Add
Clear
Count
Delete
Find
Get
IndexOf
Insert
Move

Description:

Contains a collection of pivot table fields.

Availability:

Server, thick client, external connection.

See also:

PivotTable, property Fields
PivotTable, property Columns
PivotTable, property Rows
PivotTable, property Data
PivotTable, property Attributes

    

1C:Enterprise Developer's Community