DrawCell事件。
If e.Col.Name = "日期" Then If e.Row.IsNull("日期") = False Then e.Text = Format(e.Row("日期"), "yy年MM月dd日") End IfEnd If