Cross tabulation using C#
- by user309010
Hi All,
I need to create a cross tab using datatable in C#.
Something like this fucntionname(Array datarows,Array datacolumns)
The function should return the cross tabed table, more parameters for missing values would be great
The source datatable can have multiple columns ranging from 1 - N.