[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageContentInfo.TitleColumnEnd

TitleColumnEnd Property

TitleColumnEnd

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.

Declaration
public int TitleColumnEnd { get; set; }
Public Property TitleColumnEnd As Integer
Examples
PageContentInfo pageContent = new PageContentInfo();
pageContent.TitleColumnEnd = 2;
int titleColumnEnd = pageContent.TitleColumnEnd;