以下是引用大红袍在2016/4/20 10:49:00的发言:
看看
http://www.foxtable.com/help/topics/1356.htm
For Each r As Row In Tables("请假单").Rows
For i As Integer = 15 To Tables("请假单").Cols.Count - 1
If Tables("请假单").Cols(i).Isstring Then
If r(Tables("请假单").Cols(i).name) = _username Then
If r(Tables("请假单").Cols(i-1).name) = True AndAlso r(Tables("请假单").Cols(i+2).name) = False Then
e.Style = "审批"
End If
End If
End If
Next
Next
我写在drawcell里面的 但是起作用,没报错。。。整个表的被加了颜色了。。。 我想问下 e.style 怎么用 我怎么 e 知道他指的啥东西?
[此贴子已经被作者于2016/4/20 11:20:15编辑过]