Update zcl_excel_comment.clas.abap

This commit is contained in:
RixarSAP 2024-05-03 09:24:56 +02:00 committed by GitHub
parent 8a3c325f83
commit cbb78a25be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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