方法一:弄一个表达式列,substring(编号, 5, len(编号)-4)
方法二:去编写drawcell事件
If e.Col.Name = "编号" AndAlso e.Text.Length > 4 Then
e.Text = e.Text.SubString(4)
End If