Update zcl_excel_worksheet.clas.abap

This commit is contained in:
AtomKrieg 2017-12-16 18:10:16 +03:00 committed by GitHub
parent 3ce3335f12
commit 4a7291ca49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3695,7 +3695,6 @@ ENDMETHOD.
METHOD delete_merge. METHOD delete_merge.
FIELD-SYMBOLS: <ls_merged_cell> LIKE LINE OF me->mt_merged_cells.
DATA: lv_column TYPE i. DATA: lv_column TYPE i.
*--------------------------------------------------------------------* *--------------------------------------------------------------------*
* If cell information is passed delete merge including this cell, * If cell information is passed delete merge including this cell,