Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CellPadding Class / CellPadding Constructor / CellPadding Constructor(int,int,int,int)
In This Topic
    CellPadding Constructor(int,int,int,int)
    In This Topic
    Assign different values to the four properties of cellPadding
    Syntax
    public CellPadding( 
       int top,
       int right,
       int bottom,
       int left
    )

    Parameters

    top
    right
    bottom
    left
    See Also