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


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