Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CellPadding Class / CellPadding Constructor / CellPadding Constructor(int,int,int,int)
The integer value representing the top padding.
The integer value representing the right padding.
The integer value representing the bottom padding.
The integer value representing the left padding.
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
    The integer value representing the top padding.
    right
    The integer value representing the right padding.
    bottom
    The integer value representing the bottom padding.
    left
    The integer value representing the left padding.
    See Also