[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Margin.Top

Top Property

Top

Returns the top margin.

Returns the top margin value in pixels relative to the cell.

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