Is there a more "Light weight" type to Encapsulate table than DataTable?
I don't need so much properties, events and methods as the DataTable offers.
I need only the values; The columns caption and DataType will be also nice.
Is there such type built-in C#?
Update: I need it to create an Excel file from list