Class StandardTableStyleCollection

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

See

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.

    Returns

    The WorksheetTableStyle instance at the specified index.

    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.

    Returns

    The WorksheetTableStyle instance with the specified name or null if a table style with that name does not exist.

    Parameters

    • name: string

      The name of the WorksheetTableStyle to find.

    Returns WorksheetTableStyle

  • 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