[]
Gets or sets the end index of the columns that are printed at the left of the page.
Use this property together with TitleColumnStart to define the left-side title column range for page printing.
public int TitleColumnEnd { get; set; }
Public Property TitleColumnEnd As Integer
PageContentInfo pageContent = new PageContentInfo();
pageContent.TitleColumnEnd = 2;
int titleColumnEnd = pageContent.TitleColumnEnd;