Protected
constructorData specific to the column dimension of the pivot table, including the groups, depth of each column, whether each column is expanded, and the totals for each column.
Data specific to the row dimension of the pivot table, including the groups, depth of each row, whether each row is expanded, and the totals for each row.
The value sources that were included in the subscription and can be read from this snapshot.
Returns the grand total for a given value source in the pivot table.
The type of this data will match the type of the provided PivotSource.
the value source to read, must have been included in the subscription
the grand total for the given value source
Reads a value from the pivot table data for a given position in the grid.
The type of this data will match the type of the provided PivotSource.
the value source to read, must have been included in the subscription
the row position within the pivot table
the column position within the pivot table
the value present in the pivot table at the given position
Provides the details for an updated event from a pivot table subscription. Unlike TableData, this class offers a matrix of data for each value column, and row/column expand state, depth, and grand totals.