[]
Gets or sets the start index of the columns that are printed at the left of the page.
Use this property to determine the first title column included in the page content.
public int TitleColumnStart { get; set; }
Public Property TitleColumnStart As Integer
PageContentInfo pageContent = new PageContentInfo();
pageContent.TitleColumnStart = 1;
int titleColumnStart = pageContent.TitleColumnStart;