SetSubItem Method
Object List Next Object
Defined By: ListItem
Description:
Sets the SubItem text of this item for the specified SubItemIndex.
Declaration:
Sub SetSubItem(ByVal index As Integer, ByVal newValue As String)
Example:
Dim item As ListItem
item = ListView1.Item(1)
item.SetSubItem(1, “Sub Item Text”)