Insert(Int32, String)
|
Creates a new item and inserts it into the collection at the specified index.
|
Insert(Int32, ListViewItem)
|
Inserts an existing ListViewItem into the collection at the specified index.
|
Insert(Int32, String, Int32)
|
Creates a new item with the specified image index and inserts it into the collection at the specified index.
|
Insert(Int32, String, String)
|
Creates a new item with the specified text and image and inserts it in the collection at the specified index.
|
Insert(Int32, String, String, Int32)
|
Creates a new item with the specified key, text, and image,
and inserts it in the collection at the specified index.
|
Insert(Int32, String, String, String)
|
Creates a new item with the specified key, text, and image,
and adds it to the collection at the specified index.
|