public function accept(TableVisitor $visitor)
 {
     $visitor->visitHorizontalContainer($this);
 }