19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
Private Sub Masquer() Dim b As Boolean Dim i As Integer For Each b In mycolumns If b = False Then GridView1.Columns[i].Width = 0 Inc i NextEnd