@jsfkit/types
    Preparing search index...

    Type Alias PivotCacheWorksheetSource

    PivotCacheWorksheetSource:
        | PivotCacheWorksheetSourceRange
        | PivotCacheWorksheetSourceName

    Describes the source of a pivot cache's data when the source is a worksheet range or named range/table. Either ref + sheet identifies a cell range, or name identifies a defined name or table (with optional sheet for sheet-scoped names).