[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellPadding.-ctor

CellPadding Constructor

CellPadding(int)

Assign the four properties of cellPadding with the same value

Declaration
public CellPadding(int all)
Public Sub New(all As Integer)
Parameters
Type Name Description
int all

The padding value for all sides.

CellPadding(int, int, int, int)

Assign different values to the four properties of cellPadding.

Declaration
public CellPadding(int top, int right, int bottom, int left)
Public Sub New(top As Integer, right As Integer, bottom As Integer, left As Integer)
Parameters
Type Name Description
int top

The integer value representing the top padding.

int right

The integer value representing the right padding.

int bottom

The integer value representing the bottom padding.

int left

The integer value representing the left padding.