dxSpreadSheetDefaultZoomFactor Constant
In This Article
Specifies the default zoom value (as a percentage) applied to a Table View worksheet.
#Declaration
Delphi
const dxSpreadSheetDefaultZoomFactor = 100;
#Remarks
This global constant specifies the default value of the Options.ZoomFactor property. By default, the dxSpreadSheetDefaultZoomFactor global constant corresponds to the real size of the worksheet.
Note
The dx
See Also