mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:56:11 +08:00
Update zcl_excel_autofilter.clas.abap
This commit is contained in:
parent
1b7cd1a2c1
commit
539d21bbe2
|
@ -36,10 +36,14 @@ public section.
|
||||||
value(RS_AREA) type ZEXCEL_S_AUTOFILTER_AREA .
|
value(RS_AREA) type ZEXCEL_S_AUTOFILTER_AREA .
|
||||||
methods GET_FILTER_RANGE
|
methods GET_FILTER_RANGE
|
||||||
returning
|
returning
|
||||||
value(R_RANGE) type ZEXCEL_CELL_VALUE .
|
value(R_RANGE) type ZEXCEL_CELL_VALUE
|
||||||
|
raising
|
||||||
|
ZCX_EXCEL.
|
||||||
methods GET_FILTER_REFERENCE
|
methods GET_FILTER_REFERENCE
|
||||||
returning
|
returning
|
||||||
value(R_REF) type ZEXCEL_RANGE_VALUE .
|
value(R_REF) type ZEXCEL_RANGE_VALUE
|
||||||
|
raising
|
||||||
|
ZCX_EXCEL .
|
||||||
methods GET_VALUES
|
methods GET_VALUES
|
||||||
returning
|
returning
|
||||||
value(RT_FILTER) type ZEXCEL_T_AUTOFILTER_VALUES .
|
value(RT_FILTER) type ZEXCEL_T_AUTOFILTER_VALUES .
|
||||||
|
@ -95,7 +99,9 @@ private section.
|
||||||
data WORKSHEET type ref to ZCL_EXCEL_WORKSHEET .
|
data WORKSHEET type ref to ZCL_EXCEL_WORKSHEET .
|
||||||
data MT_FILTERS type TT_FILTERS .
|
data MT_FILTERS type TT_FILTERS .
|
||||||
|
|
||||||
methods VALIDATE_AREA .
|
methods VALIDATE_AREA
|
||||||
|
raising
|
||||||
|
ZCX_EXCEL .
|
||||||
ENDCLASS.
|
ENDCLASS.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user