Left Property
Left
Returns the left margin.
The returned value is the left watermark margin, in pixels, relative to the cell.
Declaration
Public ReadOnly Property Left As Integer
Examples
Margin margin = new Margin(1, 2, 3, 4);
int left = margin.Left;