'Declaration
Property PrintHeadings As Boolean
'Usage
Dim instance As IPageSetup Dim value As Boolean instance.PrintHeadings = value value = instance.PrintHeadings
bool PrintHeadings {get; set;}
Property Value
true
if row and column headings are printed with this page; otherwise, false
.