
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 |
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.