DataGridViewCell.OwningRow Propriété

Définition

Obtient la ligne qui contient cette cellule.

public:
 property System::Windows::Forms::DataGridViewRow ^ OwningRow { System::Windows::Forms::DataGridViewRow ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewRow OwningRow { get; }
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewRow? OwningRow { get; }
[<System.ComponentModel.Browsable(false)>]
member this.OwningRow : System.Windows.Forms.DataGridViewRow
Public ReadOnly Property OwningRow As DataGridViewRow

Valeur de propriété

DataGridViewRow qui contient la cellule, ou null si la cellule n'est pas contenue dans une ligne.

Attributs

S’applique à

Voir aussi