Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / TopMargin Property


In This Topic
    TopMargin Property (PageSetup)
    In This Topic
    Gets or sets the size of the top margin, in inches.
    Syntax
    'Declaration
     
    
    Public Property TopMargin As Double
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As Double
     
    instance.TopMargin = value
     
    value = instance.TopMargin
    public double TopMargin {get; set;}

    Property Value

    A double value represents the top margin.
    See Also