[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RepeatSetting.TitleRowEnd

TitleRowEnd Property

TitleRowEnd

Gets or sets the end index of the rows that are printed at the top of the page.

Declaration
public int TitleRowEnd { get; set; }
Public Property TitleRowEnd As Integer
Examples
RepeatSetting repeatSetting = new RepeatSetting();
repeatSetting.TitleRowStart = 1;
repeatSetting.TitleRowEnd = 3;
int titleRowEnd = repeatSetting.TitleRowEnd;