Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / PrintHeadings Property


In This Topic
PrintHeadings Property (IPageSetup)
In This Topic
Gets or sets a value indicating whether row and column headings are printed with this page.
Syntax
'Declaration
 
Property PrintHeadings As Boolean
 
'Usage
 
Dim instance As IPageSetup
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.
See Also