Column Background....
各位大大您好
在位中 BackGround 性入 if(getrow()=currentrow(),rgb(255,255,0),rgb(192,192,192))
可以想要的果
可是改在 DW Event 中 就法
string ls_color
ls_color="if(getrow()=currentrow(),rgb(255,255,0),rgb(192,192,192))"
dw.Modify("column.Background.Color='" + ls_color + "'")
以上例法 教大大法上是不是有 需要改...
[解决办法]
string ls_color
ls_color="0~tif(getrow()=currentrow(),rgb(255,255,0),rgb(192,192,192))"
dw.Modify("column.Background.Color='" + ls_color + "'")
[解决办法]