Remove first 4 rows form DT

Hello all.
How to remove first 4 rows from DT.

dt = dt.AsEnumerable.Skip(4).CopyToDataTable
1 Like

Thank you.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.