Excel for WinRT
MarginRight Property


Gets or sets the right margin, in inches. Set to a negative value to use the default margin.
Syntax
'Declaration
 
Public Property MarginRight As System.Double
'Usage
 
Dim instance As XLPrintSettings
Dim value As System.Double
 
instance.MarginRight = value
 
value = instance.MarginRight
public System.double MarginRight {get; set;}
See Also

Reference

XLPrintSettings Class
XLPrintSettings Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback