[]
Assign the four properties of cellPadding with the same value
public CellPadding(int all)
Public Sub New(all As Integer)
Type | Name | Description |
---|---|---|
int | all | The padding value for all sides. |
Assign different values to the four properties of cellPadding.
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)