\\\
With ListView1.Items.Add("Column1Text")
.SubItems.Add("Column2Text")
.SubItems.Add("Column3Text")
End With
///
Note: Before you do this you need to make sure have added the correct number
of columns first otherwise you will get an exception if you try to add more
subitems than there are columns.