Help for this page
$f2->Table( -takefocus => 0, -highlightcolor => $bgColor, -relief => 'groove', ... -fixedrows => 1, -fixedcolumns => 2, -scrollbars => 'se')->pack...
my $AktRows = $table->totalRows; my $AktCols = $table->totalColumns; ... } } $table->update;