PageSetup.SetFitToPages

PageSetup.SetFitToPages method

Sets the number of pages the worksheet will be scaled to when it’s printed.

public void SetFitToPages(int wide, int tall)
ParameterTypeDescription
wideInt32Pages wide.
tallInt32Pages tall.

See Also