PrepareEdit
If e.Table.TableType = TableTypeEnum.Normal Then If e.Table.IsCopy Then e.Row(e.Col) = "副表" Else e.Row(e.Col) = "主表" End IfEnd If