DataGridViewCellCollection.IndexOf(DataGridViewCell) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定单元格的索引。
public:
int IndexOf(System::Windows::Forms::DataGridViewCell ^ dataGridViewCell);
public int IndexOf (System.Windows.Forms.DataGridViewCell dataGridViewCell);
member this.IndexOf : System.Windows.Forms.DataGridViewCell -> int
Public Function IndexOf (dataGridViewCell As DataGridViewCell) As Integer
参数
- dataGridViewCell
- DataGridViewCell
要在集合中查找的单元格。
返回
如果在集合中发现该单元格,则为 dataGridViewCell
参数值的从零开始的索引;否则为 -1。