[]
Assign the four properties of cellPadding with the same value
public CellPadding(int all)
| 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)
| 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. |