[]
Gets or sets the start index of the rows that are the title of the range.
public int TitleRowStart { get; set; }
Public Property TitleRowStart As Integer
RepeatSetting repeatSetting = new RepeatSetting();
repeatSetting.TitleRowStart = 1;
repeatSetting.TitleRowEnd = 3;
int titleRowStart = repeatSetting.TitleRowStart;