[]
Gets the bottom cell padding.
public int Bottom { get; }
Public ReadOnly Property Bottom As Integer
CellPadding padding = new CellPadding(10, 20, 10, 5); int bottom = padding.Bottom;