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