gpt4 book ai didi

c# - 如何检查选中了dataGridView中的哪个单元格?

转载 作者:太空宇宙 更新时间:2023-11-03 22:00:14 26 4
gpt4 key购买 nike

我想从 dataGridView 中的选定单元格发送多个邮件,但不知道如何找出哪些单元格被选中,所以问题是如何找出哪些单元格被选中?

我可以做一些循环来遍历单元格并测试选择(选中)哪个单元格吗?

C# 语言。

最佳答案

DataGridViewSelectedCellCollection selectedCells = myDataGridView.SelectedCells;

查看示例:How to: Get the Selected Cells, Rows, and Columns in the Windows Forms DataGridView Control

关于c# - 如何检查选中了dataGridView中的哪个单元格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10478959/

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