mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:56:11 +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
5a7767d358
commit
4f39a6c3fc
|
@ -29,10 +29,10 @@ CLASS zcl_excel_comment DEFINITION
|
|||
IMPORTING
|
||||
!ip_width TYPE i OPTIONAL
|
||||
!ip_height TYPE i OPTIONAL .
|
||||
methods GET_SIZE
|
||||
exporting
|
||||
!EP_WIDTH type I
|
||||
!EP_HEIGHT type I .
|
||||
METHODS get_size
|
||||
EXPORTING
|
||||
!ep_width TYPE i
|
||||
!ep_height TYPE i .
|
||||
|
||||
PROTECTED SECTION.
|
||||
PRIVATE SECTION.
|
||||
|
|
Loading…
Reference in New Issue
Block a user