[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.PrintHeadings

PrintHeadings Property

PrintHeadings

Gets or sets whether row and column headings are printed with this page.

Applies only to worksheets.

Declaration
bool PrintHeadings { get; set; }
Property PrintHeadings As Boolean
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.PrintHeadings = true;
bool printHeadings = pageSetup.PrintHeadings;