[]
Gets or sets the start index of the columns that are printed at the right of the page.
This property identifies the first column in the tail-column area of the page content.
public int TailColumnStart { get; set; }
Public Property TailColumnStart As Integer
PageContentInfo pageContent = new PageContentInfo();
pageContent.TailColumnStart = 4;
int startColumn = pageContent.TailColumnStart;