文件名称:ClassDataEditor
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [Basic/ASP] [源码]
- 上传时间:
- 2013-04-17
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- l**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
主要通过DataGridView表格来绑定自动输入自定义类的二维数组数据
数组输入时 表格数据源 DataGridView1.DataSource = [class].getTable()
所有数据存于dTable中
不能调用变量获取数据,因为这是针对二维数组扩展的
getValues(object[] rtobjs)取所有数据数组
getValue(int rowIndex,object rtobj)取每一行数据-DataGridView form to bind automatically entered in the two-dimensional array of the custom class array of data input forms data source DataGridView1.DataSource = [class]. GetTable () all data stored in the dTable can not call variables to get the data, because it is extended for two-dimensional array the getValues (object [] rtobjs) to take all the data array getValue (int rowIndex, object rtobj) take each row of data
数组输入时 表格数据源 DataGridView1.DataSource = [class].getTable()
所有数据存于dTable中
不能调用变量获取数据,因为这是针对二维数组扩展的
getValues(object[] rtobjs)取所有数据数组
getValue(int rowIndex,object rtobj)取每一行数据-DataGridView form to bind automatically entered in the two-dimensional array of the custom class array of data input forms data source DataGridView1.DataSource = [class]. GetTable () all data stored in the dTable can not call variables to get the data, because it is extended for two-dimensional array the getValues (object [] rtobjs) to take all the data array getValue (int rowIndex, object rtobj) take each row of data
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ClassDataEditor.cs