Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CellPadding Class / CellPadding Constructor / CellPadding Constructor(Int32,Int32,Int32,Int32)
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
    right
    bottom
    left
    See Also