Excel for WinRT
MarginTop Property


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

Reference

XLPrintSettings Class
XLPrintSettings Members

 

 


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

Product Support Forum  |  Documentation Feedback