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


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