ListView.addItem

Append a row. cells[0] is the main item text; cells[1 .. $] fill the subsequent columns. Returns the new row index, or -1 if cells is empty.

class ListView
int
addItem
(
string[] cells
)

Meta