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

RepeatTitleRange

new RepeatTitleRange(startIndex: number, endIndex: number): RepeatTitleRange

Returns RepeatTitleRange

$t: Type

Gets the index of the last row or column in the range.

get endIndex(): number

Returns number

Gets the index of the first row or column in the range.

get startIndex(): number

Returns number

Determines whether the specified value equals this [[RepeatTitleRange]].

equals(obj: any): boolean

Parameters

  • obj: any

    The value to test for equality.

Returns boolean

Gtes the hash code for the [[RepeatTitleRange]].

getHashCode(): number

Returns number

Gets the string representation of the range.

toString(): string

Returns string