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**
|
||||
|
||||
Array key | Maps to property
|
||||
----------|-------------------
|
||||
style | setBorderStyle()
|
||||
color | getColor()
|
||||
Array key | Maps to property
|
||||
------------|-------------------
|
||||
borderStyle | setBorderStyle()
|
||||
color | getColor()
|
||||
|
||||
**\PhpOffice\PhpSpreadsheet\Style\Alignment**
|
||||
|
||||
|
|
Loading…
Reference in New Issue