Spread Windows Forms 12.0 Product Documentation
LeftHeader Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : LeftHeader Property
Gets or sets the alignment of text on the left header of a workbook or section.
Syntax
'Declaration
 
Public Property LeftHeader As Double
'Usage
 
Dim instance As PageSetup
Dim value As Double
 
instance.LeftHeader = value
 
value = instance.LeftHeader
public double LeftHeader {get; set;}

Property Value

A double value represents the alignment of text on the left header of a workbook or section.
Remarks
Margins are set or returned in points. Use the GrapeCity.Spreadsheet.IO.OpenXml.UnitConverter.InchesToPoints method or the GrapeCity.Spreadsheet.IO.OpenXml.UnitConverter.CentimetersToPoints method to convert measurements from inches or centimeters.
See Also

Reference

PageSetup Class
PageSetup Members