Update src/zcl_excel_comment.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
RixarSAP 2024-05-03 09:23:47 +02:00 committed by GitHub
parent b5e59210b2
commit 8a3c325f83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ CLASS zcl_excel_comment DEFINITION
DATA index TYPE string .
DATA ref TYPE string .
DATA text TYPE string .
data RIGHT_COLUMN type I .
DATA right_column TYPE i .
data BOTTOM_ROW type I .
ENDCLASS.