If you are not using row mode, it should be an expression like iGrid1.Cells(iGrid1.CurCell.RowIndex, 1).Value.
In the general case, you should also check whether iGrid1.CurCell is not Nothing to avoid exceptions when the grid does not have the current cell.