TopMargin Property
TopMargin
Gets or sets the size of the top margin, in points.
Declaration
double TopMargin { get; set; }
Property TopMargin As Double
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.TopMargin = 36;
double topMargin = pageSetup.TopMargin;