本文介绍了如何乘法数据网格查看单元格值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 am creating windows application using c# 2010, here i am using data grid view for billing purpose, here i want, i am enter first cell values in below method and how to show multiplication result on second column

Ex :

first cell       second cell
10x10             100

how to create above method give me any one idea





我尝试过:





What I have tried:

How to multiplication data grid view cell values

推荐答案



这篇关于如何乘法数据网格查看单元格值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 02:19