Protected
constructorNumber of elements in this dimension that are present in this snapshot.
The first position in this dimension that is present in this snapshot.
The total number of elements in this dimension, given the current expansion state. Viewports past the end of this will not be fully populated.
Given a position in this dimension, returns the depth of the item in the hierarchy. The root level is 1, all items at the top level are then at depth 2, and so on.
the position in the dimension
the depth of the item in the hierarchy
Given a position in this dimension, returns the keys for that item. The keys are the values of the grouping columns, and the values then represent the aggregated values for the underlying table.
Types of the keys are provided by PivotTable.getColDim/PivotTable.getRowDim.
the position in the dimension
an array of key values for the item at the given position
Given a position in this dimension, returns the total for the item in the dimension at that position.
The type of this data will match the type of the provided PivotSource.
the position in the dimension
the value source to read, must have been included in the subscription
the total for the item at the given position in this dimension
For either the row or column dimension, this class provides access to dimension-specific metadata and data made available by the viewport subscription.