DataGridViewTextBoxEditingControl::EditingControlRowIndex Property
.NET Framework (current version)
Gets or sets the index of the owning cell's parent row.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property int EditingControlRowIndex { virtual int get(); virtual void set(int value); }
Property Value
Type: System::Int32The index of the row that contains the owning cell; -1 if there is no owning row.
The row index for the column headers row is -1.
The row index for a shared row is also -1.
.NET Framework
Available since 2.0
Available since 2.0
Show: