[]
Gets or sets the end index of the rows that are printed at the top of the page.
public int TitleRowEnd { get; set; }
Public Property TitleRowEnd As Integer
RepeatSetting repeatSetting = new RepeatSetting();
repeatSetting.TitleRowStart = 1;
repeatSetting.TitleRowEnd = 3;
int titleRowEnd = repeatSetting.TitleRowEnd;