TdxSpreadSheetTableViewOptionsPrintPage.Scale Property
Specifies the scaling factor (as a percentage) applied to the Table View worksheet’s printed content.
Declaration
property Scale: Integer read; write; default 100;
Property Value
Type | Default |
---|---|
Integer | 100 |
Remarks
Use this property to zoom the source worksheet’s printed area in or out. The Scale property’s setter clamps an assigned value within the range between the ScaleMin and ScaleMax writable typed constants, respectively.
Note
Every time the setter of the Scale property updates its value, the ScaleMode property value automatically changes to oppsmAdjustToScale, since the document-based report link ignores the Scale property value in any other content scaling mode.
The default Scale property value is 100.
See Also