ListViewItem::ListViewSubItemCollection::Count Property
.NET Framework (current version)
Gets the number of subitems in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Implements
ICollection::CountThis property enables you to determine the number of subitems that are defined for a ListViewItem. You can then use this value when you are looping through the values of the collection and you need to provide a number of iterations to perform the loop.
.NET Framework
Available since 1.1
Available since 1.1
Show: