XlObjectSize Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the way a chart is scaled to fit on a page.
public enum class XlObjectSize
public enum XlObjectSize
Public Enum XlObjectSize
- Inheritance
-
XlObjectSize
Fields
Name | Value | Description |
---|---|---|
xlScreenSize | 1 | Print the chart the same size as it appears on the screen. |
xlFitToPage | 2 | Print the chart as large as possible, while retaining the chart's height-to-width ratio as shown on the screen |
xlFullPage | 3 | Print the chart to fit the page, adjusting the height-to-width ratio as necessary. |