ListViewItem.ListViewSubItemCollection.Add Method
.NET Framework 4
Adds a subitem to the collection of subitems.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Add(ListViewItem.ListViewSubItem) | Adds an existing ListViewItem.ListViewSubItem to the collection. |
|
Add(String) | Adds a subitem to the collection with specified text. |
|
Add(String, Color, Color, Font) | Adds a subitem to the collection with specified text, foreground color, background color, and font settings. |