Documentation for this section has not yet been entered.
Using the System.Windows.Forms.ListViewItem.ListViewSubItemCollection, you can add subitems, remove subitems, and obtain a count of subitems. For more information on the tasks that can be performed with the subitems in the collection, see the System.Windows.Forms.ListViewItem.ListViewSubItemCollection class reference topics.
The first subitem in the System.Windows.Forms.ListViewItem.ListViewSubItemCollection is always the item that owns the subitems. When performing operations on subitems in the collection, be sure to reference index position 1 instead of 0 to make changes to the first subitem.