mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:36:12 +08:00
Update src/zcl_excel_comment.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
b5e59210b2
commit
8a3c325f83
|
@ -38,7 +38,7 @@ 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