Update zcl_excel_style_fill.clas.abap

CornerRB should not look like fromCenter
This commit is contained in:
Bernd 2024-02-05 17:21:50 +01:00 committed by GitHub
parent 476c809a32
commit 5f84d3a6f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,10 +135,10 @@ CLASS zcl_excel_style_fill IMPLEMENTATION.
gradtype-type = c_fill_gradient_path.
gradtype-position1 = '0'.
gradtype-position2 = '1'.
gradtype-bottom = '0.5'.
gradtype-top = '0.5'.
gradtype-left = '0.5'.
gradtype-right = '0.5'.
gradtype-bottom = '1'.
gradtype-top = '1'.
gradtype-left = '1'.
gradtype-right = '1'.
ENDCASE.
ENDMETHOD. "build_gradient