PivotTable
-
How to create a PivotTable in C#. Thanks in advance
It seem to be a solution or an answer.
-
How to create a PivotTable in C#. Thanks in advance
It seem to be a solution or an answer.
What's a PivotTable? As it turns out, just a couple weeks ago I found I had the need to take a DataTable and pivot it, so I wrote a method to do it. The shortcoming (and probably why it's not built-in) is that unless all the original columns hold the same datatype, you have to make the resultant columns hold
object
(or determine some other common ancestor). At the time I was thinking of writing an article about it, maybe I should. -
How to create a PivotTable in C#. Thanks in advance
It seem to be a solution or an answer.
You posted this question earlier in the day under another thread. Don't you think that you should wait a bit before posting this question again?
Deja View - the feeling that you've seen this post before.