Represents a range of contiguous rows or columns which should be repeated at the top or left or printed pages of the Worksheet.

See

Hierarchy

Hierarchy

  • Base
    • RepeatTitleRange

Constructors

  • Parameters

    • startIndex: number
    • endIndex: number

    Returns RepeatTitleRange

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get endIndex(): number
  • Gets the index of the last row or column in the range.

    See

    RowColumnBase.index

    Returns number

  • get startIndex(): number
  • Gets the index of the first row or column in the range.

    See

    RowColumnBase.index

    Returns number

Methods

  • Determines whether the specified value equals this RepeatTitleRange.

    Parameters

    • obj: any

      The value to test for equality.

    Returns boolean

  • Gtes the hash code for the RepeatTitleRange.

    Returns number

  • Gets the string representation of the range.

    Returns

    The string representation of the range.

    Returns string

  • 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