[]
Represents the cell padding values for a range.
public interface ICellPadding
Public Interface ICellPadding
ICellPadding padding = new CellPadding(10, 20, 10, 5);
int left = padding.Left;
| Name | Description |
|---|---|
| Bottom | Gets the bottom cell padding. |
| Left | Gets the left cell padding. |
| Right | Gets the right cell padding. |
| Top | Gets the top cell padding. |