DataGridViewCell::OwningRow Property
.NET Framework (current version)
Gets the row that contains this cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property DataGridViewRow^ OwningRow { DataGridViewRow^ get(); }
Property Value
Type: System.Windows.Forms::DataGridViewRow^The DataGridViewRow that contains the cell, or null if the cell is not in a row.
.NET Framework
Available since 2.0
Available since 2.0
Show: