ListViewSubItem Class
A class that defines each subitem of the ListViewItem class. Be sure to use it as a child object of the ListViewItem class.
Only valid if the ListView.ListStyle property is $REPORT (report format). The leftmost column is defined by the ListViewItem class, and the subsequent columns are defined by the ListViewSubItem class.
Screen Display Example
Default properties and ValueType
The default property is Value. ValueType can be String, Number, Fixed and Date.
