摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 5 namespace Nany.Web.Trans 6 { 7 public class AccessToken 8 { 9 private str 阅读全文
posted @ 2019-12-19 15:04
Haoeaoi
阅读(3274)
评论(1)
推荐(0)
摘要:
//RowCellStyle 行单元格样式事件 //用于设置行单元格样式 //这里举例 如果状态为0则白背景色改为蓝绿色 if(e.RowHanle>=0)//当前视图的所有行 { DataRow dr =this.view.GetRow(e.RowHanle);//获取所有行的数据 if(dr== 阅读全文
posted @ 2019-12-19 14:02
Haoeaoi
阅读(1415)
评论(0)
推荐(0)
摘要:
1 //获取当前焦点行该列的值 2 1、this.viewCateMonthTarget.GetFocusedRowCellValue(colOrgName).ToString(); //colOrgName自定义的列名 3 4 2、this.viewCateMonthTarget.GetFocus 阅读全文
posted @ 2019-12-19 11:19
Haoeaoi
阅读(2414)
评论(0)
推荐(0)

浙公网安备 33010602011771号