PrintHeadings Property (PageSetup)
Gets or sets a value indicating whether row and column headings are printed with this page.
public bool PrintHeadings {get; set;}
'Declaration
Public Property PrintHeadings As Boolean
'Usage
Dim instance As PageSetup
Dim value As Boolean
instance.PrintHeadings = value
value = instance.PrintHeadings
Property Value
true
if row and column headings are printed with this page; otherwise,
false
.