DataGridViewCellCollection.IndexOf(DataGridViewCell) 方法

定义

返回指定单元格的索引。

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

要在集合中查找的单元格。

返回

Int32

如果在集合中发现该单元格,则为 dataGridViewCell 参数值的从零开始的索引;否则为 -1。

适用于

另请参阅