TdxSpreadSheetTableViewOptionsPrintPage.ScaleMode Property
Specifies how the Table View worksheet’s content is scaled on printout pages.
Declaration
property ScaleMode: TdxSpreadSheetTableViewOptionsPrintPageScaleMode read; write; default oppsmDefault;
Property Value
Type | Default |
---|---|
TdxSpreadSheetTableViewOptionsPrintPageScaleMode | oppsmDefault |
Remarks
Use this property to switch between worksheet content scaling modes. The ScaleMode property value determines whether the FitToHeight/FitToWidth property values or the Scale property value affects the printout page layout.
Refer to the TdxSpreadSheetTableViewOptionsPrintPageScaleMode type description for the full list of available scaling modes.
Note
If either the FitToHeight or FitToWidth property value is modified, the ScaleMode property is automatically set to oppsmFitToPage. If the Scale property value is modified, the ScaleMode property is automatically set to oppsmAdjustToScale.
The default ScaleMode property value is oppsmDefault.
See Also