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。