Bonjour,
Public Function Recherche(ByVal texte As String, ByVal colonne As ListViewItem) As String
For Each element As ListViewSubItem In colonne.SubItems
If element.Text = texte Then
Return ...
End If
Next
Return Nothing
End Function
Cordialement
Gilles TOURREAU - MVP C#