Help for this page
my $maxRows = $tableMatrix->cget( -rows ); my $maxCols = $tableMatrix->cget( -cols ); ... } $tableMatrix->cset( row => $row, height => $maxHeight ); }