[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellPadding.Left

Left Property

Left

Gets the left cell padding.

Declaration
public int Left { get; }
Public ReadOnly Property Left As Integer
Implements
Examples
CellPadding padding = new CellPadding(10, 20, 10, 5);
int left = padding.Left;