DataTableNewRowEventArgs.Row 屬性

定義

取得正在加入的資料列。

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

屬性值

正在加入的 DataRow

適用於