A collection of standard [[WorksheetTableStyle]] instances which can be applied to a [[WorksheetTable]] in a [[Workbook]].

See

  • [[Workbook.defaultTableStyle]]
  • [[Workbook.standardTableStyles]]

Hierarchy

Hierarchy

  • Base
    • StandardTableStyleCollection

Implements

Constructors

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get count(): number
  • Gets the number of custom [[WorksheetTableStyle]] instances in the collection.

    Returns number

Methods

  • Parameters

    • other: any

    Returns boolean

  • Returns number

  • Gets the [[WorksheetTableStyle]] at the specified index.

    Throws

    [[ArgumentOutOfRangeException]] 'index' is less than 0 or greater than or equal to [[count]].

    Parameters

    • index: number

      The index at which to get the WorksheetTableStyle.

    Returns WorksheetTableStyle

  • Gets the [[WorksheetTableStyle]] with the specified name.

    Table style names are compared case-insensitively.

    Parameters

    • name: string

      The name of the WorksheetTableStyle to find.

    Returns WorksheetTableStyle

  • Returns Base

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns boolean

  • Parameters

    • a: any
    • b: any

    Returns boolean

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns number

  • Parameters

    • a: any
    • b: any

    Returns boolean

  • Returns void