Represents a range of contiguous rows or columns which should be repeated at the top or left or printed pages of the .
Inheritance
object
Constructors
Section titled "Constructors"constructor
public RepeatTitleRange(int startIndex, int endIndex) Returns RepeatTitleRange
Properties
Section titled "Properties"EndIndex
Section titled "EndIndex"Gets the index of the last row or column in the range.
public int EndIndex { get; } StartIndex
Section titled "StartIndex"Gets the index of the first row or column in the range.
public int StartIndex { get; } Methods
Section titled "Methods"Equals(object)
Section titled "Equals(object)"Determines whether the specified value equals this .
public override bool Equals(object obj) Parameters
- obj:
object
Returns any
GetHashCode()
Section titled "GetHashCode()"Gtes the hash code for the .
public override int GetHashCode() Returns any
ToString()
Section titled "ToString()"Gets the string representation of the range.
public override string ToString()