A Sandcastle Documented Class Library
SetMargins Method (left, top, right, bottom)
Namespaces ► Yogesh.ExcelXml ► PrintOptions ► SetMargins(Double, Double, Double, Double)
Sets print margins

C# | Visual Basic | Visual C++ |
public void SetMargins( double left, double top, double right, double bottom )
Public Sub SetMargins ( _ left As Double, _ top As Double, _ right As Double, _ bottom As Double _ )
public: void SetMargins( double left, double top, double right, double bottom )

- left (Double)
- Left margin
- top (Double)
- Top margin
- right (Double)
- Right margin
- bottom (Double)
- Bottom margin