ListCell String

I have a ListModel that contains multiple columns (ListCells). My ListBox however only allows the selection of rows. The function mdlListCell_getStringValue( ) will return the string of a given ListCell but I need to get the string of a particular ListCell (in my case 0) of a known row. Please advise.