Fixed setting width of Cell Style
The setWidth method did not change the width in the style, seems to be a small mistake. Now the width is correctly for the Cell Style.
This commit is contained in:
parent
733f845f8f
commit
04b224caa5
@ -299,7 +299,7 @@ class Cell extends Border
|
|||||||
*/
|
*/
|
||||||
public function setWidth($value)
|
public function setWidth($value)
|
||||||
{
|
{
|
||||||
$this->setIntVal($value);
|
$this->width = $this->setIntVal($value);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user