SetMargins Method (left, top, right, bottom)

Yogesh.ExcelXml

A Sandcastle Documented Class Library SetMargins Method (left, top, right, bottom)
NamespacesYogesh.ExcelXmlPrintOptionsSetMargins(Double, Double, Double, Double)
Sets print margins
Declaration Syntax
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
)
Parameters
left (Double)
Left margin
top (Double)
Top margin
right (Double)
Right margin
bottom (Double)
Bottom margin

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158