[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.TopMargin

TopMargin Property

TopMargin

Gets or sets the size of the top margin, in points.

Declaration
public double TopMargin { get; set; }
Public Property TopMargin As Double
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.TopMargin = 72d;
double topMargin = pageSettings.TopMargin;