C# listview 控件中的 数据 同样的数据 进行汇总 计算总合计 如下图 50
2个回答
展开全部
int s_Qty=0;
string[] svalue=new string[X]; //x列数
foreach (ListViewItem item in this.listView1.Items)
{
for (int i = 0; i < item.SubItems.Count; i++)//获取每行数据中的每个数据
{
svalue[i] = item.SubItems[i].Text;
}
if (svalue[0] == textBox1.Text.ToString())//判拆则宴断列为某列值时旅银将盯卜值加起来
{
s_Qty = s_Qty + Convert.ToInt32(svalue[3]);
}
}
string[] svalue=new string[X]; //x列数
foreach (ListViewItem item in this.listView1.Items)
{
for (int i = 0; i < item.SubItems.Count; i++)//获取每行数据中的每个数据
{
svalue[i] = item.SubItems[i].Text;
}
if (svalue[0] == textBox1.Text.ToString())//判拆则宴断列为某列值时旅银将盯卜值加起来
{
s_Qty = s_Qty + Convert.ToInt32(svalue[3]);
}
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询