Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / TopMargin Property


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

    Property Value

    A double value represents the top margin.
    See Also