[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageContentInfo.TailColumnStart

TailColumnStart Property

TailColumnStart

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.

Declaration
public int TailColumnStart { get; set; }
Public Property TailColumnStart As Integer
Examples
PageContentInfo pageContent = new PageContentInfo();
pageContent.TailColumnStart = 4;
int startColumn = pageContent.TailColumnStart;