Dim str As String = getpy(e.DataRow("第一列"),True)
If str.Length >= 2 Then
e.DataRow("第二列") = str.Substring(0, 2)
End If