DataGridViewCell.OwningRow プロパティ

定義

セルを格納している行を取得します。

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)>]
member this.OwningRow : System.Windows.Forms.DataGridViewRow
Public ReadOnly Property OwningRow As DataGridViewRow

プロパティ値

DataGridViewRow

セルを格納している DataGridViewRow。または、セルが行内にない場合は null

属性

適用対象

こちらもご覧ください