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