int = InsertString(pos, object
)
Insert a string into a listbox.
Parameters
pos : int
The zero based index in the listbox to insert the new stringobject : any
The object to be added to the listboxMFC References
CListBox::InsertString
Return Value
The zero based index of the new string added.