假如某行是
Xm_struct x = this.Brow.SelectedItem as Xm_struct;
则下面分别是第5和第七列的对象
TextBlock Ddjs = this.Brow.Columns[4].GetCellContent(x) as TextBlock;
TextBlock Dj = this.Brow.Columns[6].GetCellContent(x) as TextBlock;
2021-12-23 15:26:29
假如某行是
Xm_struct x = this.Brow.SelectedItem as Xm_struct;
则下面分别是第5和第七列的对象
TextBlock Ddjs = this.Brow.Columns[4].GetCellContent(x) as TextBlock;
TextBlock Dj = this.Brow.Columns[6].GetCellContent(x) as TextBlock;
下一篇:Mysql日常开发注意要点