[]
Gets or sets whether row and column headings are printed with this page.
Applies only to worksheets.
bool PrintHeadings { get; set; }
Property PrintHeadings As Boolean
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.PrintHeadings = true;
bool printHeadings = pageSetup.PrintHeadings;