Uses of Class
EasyXLS.PivotTables.ExcelPivotTable
Namespaces that use ExcelPivotTable
-
Uses of ExcelPivotTable in EasyXLS
Methods in EasyXLS that return ExcelPivotTableModifier 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.Methods in EasyXLS with parameters of type ExcelPivotTableModifier and TypeMethodDescriptionvoid
ExcelWorksheet.easy_addPivotTable(ExcelPivotTable xlsPivotTable)
Adds a pivot table to the worksheet. -
Uses of ExcelPivotTable in EasyXLS.PivotTables
Methods in EasyXLS.PivotTables that return ExcelPivotTableModifier and TypeMethodDescriptionExcelPivotTable.Clone()
Creates and returns a copy of this object.ExcelPivotChart.getPivotTable()
Returns the pivot table source.Methods in EasyXLS.PivotTables with parameters of type ExcelPivotTableModifier and TypeMethodDescriptionvoid
ExcelPivotChart.setPivotTable(ExcelPivotTable xlsPivotTable)
Sets the pivot table source of the chart.