本文介绍了datagridview中的单元验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

是否可以使用正则表达式验证datagridview的单元格?我也正在使用组合框加载datagridview,即根据选择在组合框中提供表名,相应的表数据将被加载到网格视图上.并且所有表都没有相同的数字列.如何验证这一点.请提供解决方案

谢谢您

Hello everyone,

Is it to possible to validate cells of datagridview using regular expression? Also i am loading datagridview using combo box i.e table names are provided in the combo box depending on the selection corresponding tables data will be loaded on to the grid view. And all the tables do not have same number columns. How to validate this. Please provide the solution

Thank you

推荐答案



这篇关于datagridview中的单元验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 15:21