Uses of Class
EasyXLS.PivotTables.ExcelPivotTable
-
Uses of ExcelPivotTable in EasyXLS
Modifier and TypeMethodDescriptionExcelWorksheet.easy_getPivotTable(System.String name)
Returns the pivot table having the specified name.ExcelWorksheet.easy_getPivotTableAt(int index)
Returns the pivot table from the specified index.Modifier and TypeMethodDescriptionvoid
ExcelWorksheet.easy_addPivotTable(ExcelPivotTable xlsPivotTable)
Adds a pivot table to the worksheet. -
Uses of ExcelPivotTable in EasyXLS.PivotTables
Modifier and TypeMethodDescriptionExcelPivotTable.Clone()
Creates and returns a copy of this object.ExcelPivotChart.getPivotTable()
Returns the pivot table source.Modifier and TypeMethodDescriptionvoid
ExcelPivotChart.setPivotTable(ExcelPivotTable xlsPivotTable)
Sets the pivot table source of the chart.