开发者

Get value of datagrid cell with given row index and column index

I already know proper row inde开发者_运维技巧x and column index, but I don't know how to get value of intersection of these two.


how about this one :
yourDataGrid[yourDataGrid.CurrentCell.RowNumber, whateverColumnIndex];

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜