Cml\Vendor\Excel::setTitleRow PHP Method

setTitleRow() public method

添加标题行
public setTitleRow ( array $titleArr )
$titleArr array
    public function setTitleRow($titleArr)
    {
        $this->titleRow = $titleArr;
    }