搜索资源列表
GemBox.ExcelLite.rar
- 导出Excel组件(B/S或C/S都可以用) using GemBox.ExcelLite //引用文件 ExcelFile excelFile = new ExcelFile() ExcelWorksheet sheet = excelFile.Worksheets.Add("WolfSpider") int columns = dataGridView1.Columns.Count int rows = dataGridView1.Rows.Count for (
dataGridView1
- 好东西啊,我在找了好久才找到的,初学者非常有用的东西哦;-Ah good stuff, I was looking for a long time to find and very useful things for beginners Oh
ClassDataEditor
- 主要通过DataGridView表格来绑定自动输入自定义类的二维数组数据 数组输入时 表格数据源 DataGridView1.DataSource = [class].getTable() 所有数据存于dTable中 不能调用变量获取数据,因为这是针对二维数组扩展的 getValues(object[] rtobjs)取所有数据数组 getValue(int rowIndex,object rtobj)取每一行数据-DataGridView form to bind aut
