mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:36:12 +08:00
Update zcl_excel_comment.clas.abap
This commit is contained in:
parent
8a3c325f83
commit
cbb78a25be
|
@ -38,8 +38,8 @@ CLASS zcl_excel_comment DEFINITION
|
||||||
DATA index TYPE string .
|
DATA index TYPE string .
|
||||||
DATA ref TYPE string .
|
DATA ref TYPE string .
|
||||||
DATA text TYPE string .
|
DATA text TYPE string .
|
||||||
DATA right_column TYPE i .
|
DATA right_column TYPE i .
|
||||||
data BOTTOM_ROW type I .
|
DATA bottom_row TYPE i .
|
||||||
ENDCLASS.
|
ENDCLASS.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user