Analog of Column, but specific to pivot tables. Represents a named, typed set of values in the pivot table that can be read.

Hierarchy

  • PivotSource

Constructors

Accessors

Methods

Constructors

Accessors

  • get isSortable(): boolean
  • True if the data type in this source is sortable.

    Returns boolean

  • get name(): string
  • The name of this source.

    Returns string

  • get type(): string
  • The type of this source.

    Returns string

Methods