sub addCell { my ($self, $index, @cells) = @_; $self->pushRow( [] ) if !defined $self->getRow($index); $self->getRow($index)->pushCell(@cells); }