AfterEdit事件
If e.Col.Name = "第五列" Then For i As Integer = e.Table.TopPosition To e.Table.BottomPosition e.Table.Rows(i)("第五列") = e.Row(e.Col.Name) NextEnd If