mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-04 23:19:45 +08:00
Update zcl_excel_table.clas.abap
This commit is contained in:
parent
2f5c41832c
commit
03247f23c7
|
@ -103,7 +103,9 @@ public section.
|
|||
importing
|
||||
!IP_INCLUDE_TOTALS_ROW type ABAP_BOOL default ABAP_TRUE
|
||||
returning
|
||||
value(OV_REFERENCE) type STRING .
|
||||
value(OV_REFERENCE) type STRING
|
||||
raising
|
||||
ZCX_EXCEL .
|
||||
methods GET_BOTTOM_ROW_INTEGER
|
||||
returning
|
||||
value(EV_ROW) type I .
|
||||
|
|
Loading…
Reference in New Issue
Block a user