I need to display data with a fixed number of rows and a user changeable number of columns (time series of data). I’m not sure what type I should use as a data source. A 2d array is possible, but I’d prefer something fully supported by .NET Framework.
Share
How about datatable. I think that is more flexible when your columns are changing and rows are going to be same.