gpt4 book ai didi

c# - DataGridView 中当前选中行的索引

转载 作者:IT王子 更新时间:2023-10-29 03:37:58 26 4
gpt4 key购买 nike

就这么简单。如何获取 DataGridView 当前选定的 Row 的索引?我不想要 Row 对象,我想要索引 (0 .. n)。

最佳答案

RowIndex CurrentCell 的属性DataGridView 的属性。

datagridview.CurrentCell.RowIndex

处理 SelectionChanged事件并找到所选行的索引,如上所示。

关于c# - DataGridView 中当前选中行的索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3578144/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com