A Sandcastle Documented Class Library
SetFitToPage Method (width, height)
Namespaces ► Yogesh.ExcelXml ► PrintOptions ► SetFitToPage(Int32, Int32)
Sets excel's fit to page property

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 )

- width (Int32)
- Number of pages to fit the page horizontally
- height (Int32)
- Number of pages to fit the page vertically