How do I take a DataTable and create a view that skips the first 5 columns in vb.net?
Or actually removes the first 5 columns form the datatable
Using dt As New DataTable("Leads")
' blah... blah... blah...
End Using
Visual Basic.NET.NET ProgrammingC#