Spread Windows Forms 12.0 Product Documentation
PrintHeadings Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : PrintHeadings Property
Gets or sets a value indicating whether row and column headings are printed with this page.
Syntax
'Declaration
 
Public Property PrintHeadings As Boolean
'Usage
 
Dim instance As PageSetup
Dim value As Boolean
 
instance.PrintHeadings = value
 
value = instance.PrintHeadings
public bool PrintHeadings {get; set;}

Property Value

true if row and column headings are printed with this page; otherwise, false.
See Also

Reference

PageSetup Class
PageSetup Members