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