[Gambas-user] TableView: Mark row
Gianluigi
gradobag at gradobag.it
Mon Jul 31 14:07:27 CEST 2023
Il 31/07/23 13:30, Hans Lehmann ha scritto:
> Hello.
>
> Is it correct that these two statements are the same?
>
> (1) tblView.Rows.Select(0)
> (2) tblView.Rows[0].Selected = True
>
> With kind regards
>
> Hans
Hi Hans,
I would say yes.
I specify that the first is a method, while the second is a property.
With Best regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230731/e68d051a/attachment.htm>
More information about the User
mailing list