Unicode Controls & Classes for VB6 - Version 4

clsUniLV_ListItem.SubItems Property

Returns/sets an array of strings representing the ListIitem's data

Syntax
Public Property Get SubItems (ByRef Index As Integer) As String
Public Property Let SubItems (ByRef Index As Integer, _
ByRef t As String)
Parameters
Parameter Description
ByRef Index As Integer The SubItem index
ByRef t As String The new value
Remarks