Exemplo n.º 1
0
 /**
  * @param string $rowName
  *
  * @return $this
  * @throws \Exception
  */
 function addRowName($rowName)
 {
     $this->tbody->addRowName($rowName);
     return $this;
 }