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
パラメーターに指定された値がコレクションに存在する場合は、その 0 から始まるインデックス。それ以外の場合は -1。