Example: refreshTable

This example refreshes the DataPilot table.

  DataPilotTable dataPilotTable = sheet.getDataPilotTables().item(1);
  dataPilotTable.refreshTable();

Related information

refreshTable method