Update src/zcl_excel_comment.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
sandraros 2024-05-02 11:32:51 +02:00 committed by GitHub
parent 9492f8f709
commit 5a7767d358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,10 +25,10 @@ CLASS zcl_excel_comment DEFINITION
IMPORTING
!ip_text TYPE string
!ip_ref TYPE string OPTIONAL .
methods SET_SIZE
importing
!IP_WIDTH type I optional
!IP_HEIGHT type I optional .
METHODS set_size
IMPORTING
!ip_width TYPE i OPTIONAL
!ip_height TYPE i OPTIONAL .
methods GET_SIZE
exporting
!EP_WIDTH type I