If e.col.DataCol.IsNumeric Then If e.Row(e.col.Name) = 0 Then e.Text = "" End IfEnd If
不需要遍历,只要判断列类型就行