var n = this.getNode(inRowIndex); if(n){ var i = n.selectedIndex, o = n.options[i]; return this.cell.returnIndex ? i : o.value || o.innerHTML; }