[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageContentInfo.TitleColumnStart

TitleColumnStart Property

TitleColumnStart

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.

Declaration
public int TitleColumnStart { get; set; }
Public Property TitleColumnStart As Integer
Examples
PageContentInfo pageContent = new PageContentInfo();
pageContent.TitleColumnStart = 1;
int titleColumnStart = pageContent.TitleColumnStart;