[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Margin.Left

Left Property

Left

Returns the left margin.

The returned value is the left watermark margin, in pixels, relative to the cell.

Declaration
public int Left { get; }
Public ReadOnly Property Left As Integer
Examples
Margin margin = new Margin(1, 2, 3, 4);
int left = margin.Left;