Class Sparkline

Represents a sparkline cell

Hierarchy

  • Base
    • Sparkline

Constructors

constructor

  • Returns Sparkline

Properties

$type

$type: Type

Static $t

$t: Type = markType(Sparkline, 'Sparkline')

Static nextHashCode

nextHashCode: number

Accessors

dataRegion

  • The region containing the data for the sparkline (read-only) The data region if it is located on a worksheet within the same workbook, otherwise null.

    Returns WorksheetRegion

dataRegionName

  • get dataRegionName(): string
  • A striing that describes the region containing the data for the sparkline (read-only) Should always be non-null.

    Returns string

location

  • The cell location of the sparkline (read-only)

    Returns WorksheetRegion

Methods

equals

  • equals(other: any): boolean
  • Parameters

    • other: any

    Returns boolean

getHashCode

  • getHashCode(): number
  • Returns number

memberwiseClone

  • memberwiseClone(): Base
  • Returns Base

Static compare

  • compare(item1: any, item2: any): number
  • Parameters

    • item1: any
    • item2: any

    Returns number

Static compareSimple

  • compareSimple(item1: any, item2: any): number
  • Parameters

    • item1: any
    • item2: any

    Returns number

Static equalsSimple

  • equalsSimple(item1: any, item2: any): boolean
  • Parameters

    • item1: any
    • item2: any

    Returns boolean

Static equalsStatic

  • equalsStatic(a: any, b: any): boolean
  • Parameters

    • a: any
    • b: any

    Returns boolean

Static getArrayOfProperties

  • getArrayOfProperties(obj: any): any[]
  • Parameters

    • obj: any

    Returns any[]

Static getArrayOfValues

  • getArrayOfValues(obj: any): any[]
  • Parameters

    • obj: any

    Returns any[]

Static getHashCodeStatic

  • getHashCodeStatic(obj: any): number
  • Parameters

    • obj: any

    Returns number

Static referenceEquals

  • referenceEquals(a: any, b: any): boolean
  • Parameters

    • a: any
    • b: any

    Returns boolean