Entering content frameSyntax documentationset_zoom Locate the document in its SAP Library structure

Use the set_zoom method to change the zoom of the current worksheet.

CALL METHOD spreadsheet->set_zoom
       EXPORTING zoom     = zoom
                 no_flush = no_flush
       IMPORTING error    = error
                 retcode  = retcode.

Description of parameters

Parameter

Optional

Description

zoom

 

Zoom factor for the current worksheet. The values are interpreted as percentages.

 

Leaving content frame