Represents a range of contiguous rows or columns which should be repeated at the top or left or printed pages of the [[Worksheet]].
Constructors
Section titled "Constructors"RepeatTitleRange
new RepeatTitleRange(startIndex: number, endIndex: number): RepeatTitleRange Returns RepeatTitleRange
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"endIndex
Section titled "endIndex"Gets the index of the last row or column in the range.
get endIndex(): number Returns number
startIndex
Section titled "startIndex"Gets the index of the first row or column in the range.
get startIndex(): number Returns number
Methods
Section titled "Methods"equals
Section titled "equals"Determines whether the specified value equals this [[RepeatTitleRange]].
equals(obj: any): boolean Parameters
- obj:
anyThe value to test for equality.
Returns boolean
getHashCode
Section titled "getHashCode"Gtes the hash code for the [[RepeatTitleRange]].
getHashCode(): number Returns number
toString
Section titled "toString"Gets the string representation of the range.
toString(): string