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

Hides the rows in the specified range. However, you can still access the contents using the get_ranges_data method.

CALL METHOD spreadsheet->hide_rows
       EXPORTING name      = name
                 no_flush  = no_flush
       IMPORTING error     = error
                 retcode   = retcode.

Description of parameters

Parameter

Optional

Description

name

 

Range to be hidden

 

 

 

Leaving content frame