加一列 拼音列,然后在Datacolchanged事件写代码
If e.DataCol.Name = "第一列" Then If e.NewValue = Nothing Then e.DataRow("拼音") = Nothing Else e.DataRow("拼音") = GetPy(e.NewValue, True) End IfEnd If