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


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

    Property Value

    A double value represents the right margin.
    See Also