asposecells.api

Class PivotTableSourceType

Utility class containing constants. Represents the pivot table data source type.

Field Summary
const  byteSHEET
Specifies that the source data is a range.
const  byteEXTERNAL
Specifies that external source data is used.
const  byteCONSOLIDATION
Specifies that multiple consolidation ranges are used as the source data.
const  byteSCENARIO
The source data is populated from a temporary internal structure.
const  byteUNKNOWN
Unknown data source.
 

    • Field Detail

      • SHEET

        const byte SHEET
        Specifies that the source data is a range.
      • EXTERNAL

        const byte EXTERNAL
        Specifies that external source data is used.
      • CONSOLIDATION

        const byte CONSOLIDATION
        Specifies that multiple consolidation ranges are used as the source data.
      • SCENARIO

        const byte SCENARIO
        The source data is populated from a temporary internal structure.
      • UNKNOWN

        const byte UNKNOWN
        Unknown data source.