You're likely mixing up the concept of an "active" row (which contains the cell that has input focus - the grid either has no active row or one active row) with a "selected" row (the grid may have no, one, or many active rows, depending on configuration).
Try looking at the grid's ActiveRow property, and if this is not null, look at its Cells collection for the individual cell you want to manipulate.