get Text from a coro element

Hi,

grid.forEachCell(rid, function (cellObj) {
	alert(cellObj.getValue())
});

How can I get the Text of a coro element and not the ID ?

thanks in advance

cellObj.getTitle()