如果是表达式引用的话,没有办法处理,只能用DrawCell了
if e.Col.Name = "这一列" AndAlso e.Text > "" Then
Dim dt Date
If Date.TryParse(e.Text,dt) then
e.Text = Format(dt,"yyyy-MM-dd")
End if
End If
如果你是通过代码引用的,那么应该不用我告诉你该如何处理了。