Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
If e.Col.IsNumeric Then
If e.Row.IsNull(e.Col.Name) = False Then'且该列已经输入内容
If e.Row(e.Col.Name) = -1 Then '如果该列的值等于-1
e.Style = "样式1" '那么用"样式1"样式绘制单元格
e.Text = "请输入" '那么用请输入代替原来的内容
End If
End If
End If
为什么代码只在刚退出代码编辑器的时候有效效?当我在表格中填入-1时无效。
把BIN文件内容删除后,正常了