On lundi 23 juin 2008, Stefan Miefert wrote:
> > Tableview.MoveTo(Row, Column)
> > Tableview.Current.Selected = True
>
> Hello,
>
> I try this
> Tableview.Rows[3].selected = true
>
> Because your example dosent work.
> This  is running fine but how can I get the rownumber?
> Tableview.find(row,column) #
> Didn't work? Or? How can I get the rownumber ?
>

Your question is not very clear. Which rownumber of what do you want? If you 
are inside the Data event, the row number is given by the 'Row' function 
parameter. Otherwise, I don't see what you are talking about.

-- 
Benoit Minisini

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to