The PPLPivotTable class is used to work with a data table.
NObject
PPLPivotTable
Data table is created based on the instance of the PPLPivot class.
~PPLPivotTable. Deletes an instance of the PPLPivotTable class.
beginChangingSelection. Starts changing of table row and column selection.
calculatorSettings. Returns calculated series settings.
columnCount. Returns the number of table columns.
deselectAll. The method deselects the whole table.
deselectAllColumns. Deselects all table columns.
deselectAllRows. Deselects all table rows.
deselectColumn. Deselects the specified table column.
deselectRow. Deselects the specified table row.
endChangingSelection. Ends changing of table row and column selection.
filterSettings. Returns table filter settings.
generatePlist. Returns dictionary with table settings.
getData. Returns table cell data.
leftHeader. Returns table left header.
lock. Denies data update.
relatedPivot. Returns the pivot object for building data tables, for which a table is built.
rowCount. Returns the number of table rows.
selectColumn. Selects the specified table column.
selectedColumnIndices. Returns indexes of selected table columns.
selectedRowIndices. Returns indexes of selected table rows.
selectRow. Selects the specified table row.
setupFromPlist. Sets up table based on the specified settings dictionary.
sorterSettings. Returns table sorting settings.
topHeader. Returns table top header.
totalsSettings. Returns totals settings.
unlock. Allows table update.
pivotTable. Creates an instance of the PPLPivotTable class for the specified pivot object for building data tables.
See also: