Share your opinion
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
|
GRIDVIEW - multiple selection
Multi-selection
Here you find an example to select a lot of rows of columns into your gridview Code: PUBLIC SUB Form_Open() ME.Center GridView1.Rows.Count = 15 GridView1.Columns.Count = 3 END PUBLIC SUB Button1_Click() ME.Close END PUBLIC SUB GridView1_Select() TextArea1.Insert("ligne: " & GridView1.Row & " colonne: " & GridView1.Column & Chr$(10)) END PUBLIC SUB Button2_Click() TextArea1.Clear END information : "ligne" in french is Row or line (I don't know the english difference beetween these words), and "Colonne" is Column Creation date : 05/01/2011 @ 23:50 Reactions to this article
| QUICK MENU
SEARCH
LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS
visitors visitors online ARCHIVES GAMBAS 1/2
|