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