This property returns all the column fields of a DataPilot table.
Defined in
Data type
Syntax
public DataPilotFields getColumnFields()
Usage
Column fields are those fields that are used in a column. They can also be transformed from row fields, hidden fields, or data fields by setting Orientation property to Constant.SYMPHONY_PILOT_ORIENTATION_COLUMN.
To add column fields, use the addFields method in the DataPilotTable class.
See examples