Avatar of Larry Brister
Larry Brister
Flag for United States of America

asked on 

.Net manipulate datatable

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#

Avatar of undefined
Last Comment
Larry Brister

8/22/2022 - Mon