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

Inheritance

constructor

public RepeatTitleRange(int startIndex, int endIndex)

Returns RepeatTitleRange

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

public int EndIndex { get; }

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

public int StartIndex { get; }

Determines whether the specified value equals this .

public override bool Equals(object obj)

Parameters

  • obj: object

Returns any

Gtes the hash code for the .

public override int GetHashCode()

Returns any

Gets the string representation of the range.

public override string ToString()

Returns any