在页脚datagridview vbnet 2005中显示摘要信息
问题描述:
我有一个datagridview(vb.net 2005)我需要在页脚中显示10个字符串的总和(5-14)
如何在页脚中对col'进行求和
I have a datagridview (vb.net 2005) I need to show the sum total in the footer for 10 col's (5-14)
how do you sum col' in a footer
答
请参阅..
http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/41e91c53-4e12-49b1-ac6d-84b696541f7f/ [ ^ ]
http://asp-net-web-forms-4-0.blogspot.com/2013/01/display-sum-of-columns-total-in_16.html 一> [ ^ ]
http://www.aspdotnet-suresh.com/2011/02/how-to-display-sum-of-columns-total-in.html [ ^ ]
http: //www.vbforums.com/showthread.php?658533-Sum-in-GridView-Footer [ ^ ]
http://www.c-sharpcorner.com/uploadfile/satyapriyanayak/dsfsdf/ [ ^ ]
See..
http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/41e91c53-4e12-49b1-ac6d-84b696541f7f/[^]
http://asp-net-web-forms-4-0.blogspot.com/2013/01/display-sum-of-columns-total-in_16.html[^]
http://www.aspdotnet-suresh.com/2011/02/how-to-display-sum-of-columns-total-in.html[^]
http://www.vbforums.com/showthread.php?658533-Sum-in-GridView-Footer[^]
http://www.c-sharpcorner.com/uploadfile/satyapriyanayak/dsfsdf/[^]
尝试 http://support.microsoft.com/kb/836672 [ ^ ]。