Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CellPadding Class / CellPadding Constructor / CellPadding Constructor(Int32,Int32,Int32,Int32)
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(Int32,Int32,Int32,Int32)
    In This Topic
    Assign different values to the four properties of cellPadding.
    Syntax
    public CellPadding( 
       System.int top,
       System.int right,
       System.int bottom,
       System.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