Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / HeaderMargin Property


In This Topic
    HeaderMargin Property (PageSetup)
    In This Topic
    Gets or sets the distance from the top of the page to the header, in pixels.
    Syntax
    'Declaration
     
    
    Public Property HeaderMargin As Double
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As Double
     
    instance.HeaderMargin = value
     
    value = instance.HeaderMargin
    public double HeaderMargin {get; set;}

    Property Value

    A double value represents the top of the page to the header.
    See Also