How can I get the Nth row using Linq? both columns are text so I cant use min/max
var nthItem = items.Skip(n).First();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With