If e.DataCol.name = "第二列" If e.DataRow("第一列") = "顺序号位数" If e.DataRow.Isnull("第二列") = False If IsNumeric(e.DataRow("第二列")) If e.DataRow("第二列") <> 0 e.DataRow("第二列") = Format(e.DataRow("第二列"),"0".PadLeft(e.DataRow("第二列"),"0")) End If End If End If End If End If