how to change the selected index of a listview's subitems(1)?

Because this code doesnt work;

Code:
Listview1.Items(Listview1.SelectedItems(0).Index).SubItems(1).Text = "HELLO"
error is:
InvalidArgument=Value of '1' is not valid for 'index'
Parameter name: index