DataGridViewBand.HeaderCellCore Vlastnost

Definice

Získá nebo nastaví buňku DataGridViewBandzáhlaví .

protected:
 property System::Windows::Forms::DataGridViewHeaderCell ^ HeaderCellCore { System::Windows::Forms::DataGridViewHeaderCell ^ get(); void set(System::Windows::Forms::DataGridViewHeaderCell ^ value); };
[System.ComponentModel.Browsable(false)]
protected System.Windows.Forms.DataGridViewHeaderCell HeaderCellCore { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.HeaderCellCore : System.Windows.Forms.DataGridViewHeaderCell with get, set
Protected Property HeaderCellCore As DataGridViewHeaderCell

Hodnota vlastnosti

DataGridViewHeaderCell

A DataGridViewHeaderCell představující buňku DataGridViewBandzáhlaví buňky .

Atributy

Výjimky

Zadaná hodnota při nastavení této vlastnosti není DataGridViewRowHeaderCell a tato DataGridViewBand instance je typu DataGridViewRow.

-nebo- Zadaná hodnota při nastavení této vlastnosti není DataGridViewColumnHeaderCell a tato DataGridViewBand instance je typu DataGridViewColumn.

Platí pro

Viz také