logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

C# winform datagridview 动态列值计算

动态计算2列积并给第三列赋值: DGcountIndex 要赋值列的indexDGcountIndex1要计算列的indexDGcountIndex2要计算列的indexpublic static void DataGridCount(DataGridView DataGD, int DGcountIndex, int DGcountIndex1, int DGcountInde

#c#
到底了