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

@ -39,7 +39,7 @@ CLASS zcl_excel_comment DEFINITION
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.