Example: Name property

This example changes the first DataPilot table's name.

  DataPilotTable dataPilotTable = sheet.getDataPilotTables().item(1);
  dataPilotTable.setName("dataPilotTable 1");

Related information

Name property