TdxSpreadSheetTableViewOptionsPrintPageScaleMode Enum
In This Article
Enumerates page scaling options available for printing a worksheet.
#Declaration
Delphi
TdxSpreadSheetTableViewOptionsPrintPageScaleMode = (
oppsmDefault,
oppsmAdjustToScale,
oppsmFitToPage
);
#Members
Name |
---|
oppsm
|
oppsm
|
oppsm
|
#Remarks
Options include:
Value | Meaning |
---|---|
oppsm |
In the Express |
oppsm |
In this mode the worksheet printed contents can be scaled between 10 and 400 percent of its normal size. |
oppsm |
This mode allows the Spreadsheet control to scale the worksheet content to fit a specified number of printed pages by width and/or height. |
The worksheet’s printing page orientation setting is specified by its OptionsPrint.Page.ScaleMode property.
See Also