Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / TopMargin Property


In This Topic
    TopMargin Property
    In This Topic
    Gets or sets the size of the top margin, in inches.
    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