If e.Row("状态") = "待开piao" Then
e.Style = "待开piao"
End If
If e.Row("状态") = "已开piao" Then
e.Style = "已开piao"
End If
If e.Row("状态") = "已付费" Then
e.Style = "已付费"
End If
If e.Row("状态") = "作业中" Then
e.Style = "作业中"
End If
If e.Row("状态") = "正结费" Then
e.Style = "正结费"
End If
If e.Row("状态") = "待结账" Then
e.Style = "待结账"
End If
。。。。。。
drawcell事件容易影响性能。那位帮忙优化一下。