@Stef_99 you mean you wants to get the cell value of last row by referring the column name? if so you can use the below linq
dt.AsEnumerable().Last()("ColumnName").ToString
@Stef_99 you mean you wants to get the cell value of last row by referring the column name? if so you can use the below linq
dt.AsEnumerable().Last()("ColumnName").ToString