DataGridViewCell.OwningColumn Właściwość

Definicja

Pobiera kolumnę zawierającą tę komórkę.

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

Wartość właściwości

Element DataGridViewColumn , który zawiera komórkę lub null jeśli komórka nie znajduje się w kolumnie.

Atrybuty

Dotyczy

Zobacz też