Excel for WinRT
MarginLeft Property


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

Reference

XLPrintSettings Class
XLPrintSettings Members

 

 


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

Product Support Forum  |  Documentation Feedback