DataTableNewRowEventArgs.Row Propriété

Définition

Obtient la ligne en cours d’ajout.

public:
 property System::Data::DataRow ^ Row { System::Data::DataRow ^ get(); };
public System.Data.DataRow Row { get; }
member this.Row : System.Data.DataRow
Public ReadOnly Property Row As DataRow

Valeur de propriété

Ce DataRow qui est ajouté.

S’applique à