This example gets the page fields of a DataPilot table.
DataPilotTable dataPilotTable = sheet.getDataPilotTables().item(1); DataPilotFields pageFields = dataPilotTable.getPageFields();
Related information
PageFields property