Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / PrintColumnHeader Property


In This Topic
PrintColumnHeader Property
In This Topic
Gets or sets a value indicating whether column headings are printed with this page.
Syntax
'Declaration
 
Public Property PrintColumnHeader As Nullable(Of Boolean)
 
'Usage
 
Dim instance As PageSetup
Dim value As Nullable(Of Boolean)
 
instance.PrintColumnHeader = value
 
value = instance.PrintColumnHeader
See Also