@jsfkit/types
    Preparing search index...

    Type Alias PivotCacheConsolidationRangeSet

    One of the source ranges in a consolidation-source pivot cache.

    type PivotCacheConsolidationRangeSet = {
        i1?: integer;
        i2?: integer;
        i3?: integer;
        i4?: integer;
        ref?: CellRange;
        sheet?: string;
    }
    Index

    Properties

    Properties

    i1?: integer

    Index into the first page field's items.

    i2?: integer

    Index into the second page field's items.

    i3?: integer

    Index into the third page field's items.

    i4?: integer

    Index into the fourth page field's items.

    ref?: CellRange

    The A1-style range reference.

    sheet?: string

    The sheet containing this range.