Type Alias NxPivotPage

type NxPivotPage = {
    qArea?: Rect;
    qData?: ArrayOfNxValuePoint[];
    qLeft?: NxPivotDimensionCell[];
    qTop?: NxPivotDimensionCell[];
}
Index

Properties

qArea?: Rect

Size and offset of the data in the matrix.

Array of data.

Information about the left dimension values of a pivot table.

Information about the top dimension values of a pivot table. If there is no top dimension in the pivot table, information about the measures are given.