mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:36:12 +08:00
16 lines
338 B
ABAP
16 lines
338 B
ABAP
interface ZIF_EXCEL_SHEET_VBA_PROJECT
|
|
public .
|
|
|
|
|
|
data VBAPROJECT type XSTRING read-only .
|
|
data CODENAME type STRING read-only .
|
|
data CODENAME_PR type STRING read-only .
|
|
|
|
methods SET_CODENAME
|
|
importing
|
|
!IP_CODENAME type STRING .
|
|
methods SET_CODENAME_PR
|
|
importing
|
|
!IP_CODENAME_PR type STRING .
|
|
endinterface.
|