Show TOC

hide_columnsLocate this document in the navigation structure

Hides the columns in the specified range.

CALL METHOD spreadsheet->hide_columns
EXPORTING name = name
first = first
last = last
no_flush = no_flush
IMPORTING error = error
retcode = retcode.
         

Parameter

Optional

Description

name

Name of the range

first

X

Number of the first column in the range you want to hide

last

X

Number of the last column in the range you want to hide

Note

first and last only have an effect when you use both parameters. To hide a single column within the range, use the same value for both first and last.