Miha
Sat Mar 17 09:16:26 CDT 2007
I would implement ColumnChanged and RowChanged event and do the calculation
there.
What exactly do you need?
--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog:
http://cs.rthand.com/blogs/blog_with_righthand/
"whiteboy" <bjkelly@gmail.com> wrote in message
news:1173936897.333855.295990@e1g2000hsg.googlegroups.com...
>I want to create my own Aggregate function to be used in the
> DataColumn.Expression property.
>
> So for example,
> DataColumn col = new DataColumn("foo", typeof(String));
> col.Expression = "my_custom(Child.Test)";
>
> Anyone done this before? Any suggestions on where to start?
>
> thanks
>