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