Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Margin Class / Margin Constructor / Margin Constructor(int,int,int,int)
The top margin value.
The right margin value.
The bottom margin value.
The left margin value.
In This Topic
    Margin Constructor(int,int,int,int)
    In This Topic
    Constructor for four arguments
    Syntax
    public Margin( 
       int top,
       int right,
       int bottom,
       int left
    )

    Parameters

    top
    The top margin value.
    right
    The right margin value.
    bottom
    The bottom margin value.
    left
    The left margin value.
    See Also