Example: RowFields property

This example gets the row fields of a DataPilot table.

  DataPilotTable dataPilotTable = sheet.getDataPilotTables().item(1);
  DataPilotFields rowFields = dataPilotTable.getRowFields();

Related information

RowFields property