DataGridView 常用方法
2021-02-18 14:16
阅读:635
1,显示行数; 选中一行; 获取某字段值
.RowCount; CurrentRow!=null; currentRow.Cells["T"].Values
2,DataSet.Tables[0].DefaultView.RowFilter = "CSharp >" + this.txtScore.Text.Trim(); //在datatable里条件筛选
3,Datatime.Now.AddDay(10) //当前的时间再加10天的时间
4,SelectedIndexChanged //下拉框点击事件
5,datatime.Tostring("yyyyMMdd") //根据需求显示相应的格式
上一篇:c#学习系列之反射
评论
亲,登录后才可以留言!