Change array key from style to borderStyle
This commit is contained in:
parent
25bc54f9eb
commit
55689caa1d
|
@ -801,10 +801,10 @@ outline | setOutline()
|
||||||
|
|
||||||
**\PhpOffice\PhpSpreadsheet\Style\Border**
|
**\PhpOffice\PhpSpreadsheet\Style\Border**
|
||||||
|
|
||||||
Array key | Maps to property
|
Array key | Maps to property
|
||||||
----------|-------------------
|
------------|-------------------
|
||||||
style | setBorderStyle()
|
borderStyle | setBorderStyle()
|
||||||
color | getColor()
|
color | getColor()
|
||||||
|
|
||||||
**\PhpOffice\PhpSpreadsheet\Style\Alignment**
|
**\PhpOffice\PhpSpreadsheet\Style\Alignment**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue