# NOTE: Derived from blib\lib\Tk\Table.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Tk::Table;

#line 547 "blib\lib\Tk\Table.pm (autosplit into blib\lib\auto\Tk\Table\totalRows.al)"
sub totalRows
{
 scalar @{shift->{'Height'}};
}

# end of Tk::Table::totalRows
1;
