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


In This Topic
CenterHeader Property (PageSetup)
In This Topic
Gets or sets a value indicating whether a picture or text to be center-aligned in the page header.
Syntax
'Declaration
 
Public Property CenterHeader As String
 
'Usage
 
Dim instance As PageSetup
Dim value As String
 
instance.CenterHeader = value
 
value = instance.CenterHeader
See Also