Excel for WinRT
MarginBottom Property


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

Reference

XLPrintSettings Class
XLPrintSettings Members

 

 


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

Product Support Forum  |  Documentation Feedback