Пример #1
0
 /**
  * @param string $rowName
  *
  * @return \Donquixote\Cellbrush\Handle\RowHandle
  * @throws \Exception
  */
 public function rowHandle($rowName)
 {
     return $this->tbody->rowHandle($rowName);
 }