SetFitToPage Method (width, height)

Yogesh.ExcelXml

A Sandcastle Documented Class Library SetFitToPage Method (width, height)
NamespacesYogesh.ExcelXmlPrintOptionsSetFitToPage(Int32, Int32)
Sets excel's fit to page property
Declaration Syntax
C# Visual Basic Visual C++
public void SetFitToPage(
	int width,
	int height
)
Public Sub SetFitToPage ( _
	width As Integer, _
	height As Integer _
)
public:
void SetFitToPage(
	int width, 
	int height
)
Parameters
width (Int32)
Number of pages to fit the page horizontally
height (Int32)
Number of pages to fit the page vertically

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