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