DataGridViewCell.DataGridViewCellAccessibleObject.Name Vlastnost

Definice

public:
 virtual property System::String ^ Name { System::String ^ get(); };
public override string Name { get; }
public override string? Name { get; }
member this.Name : string
Public Overrides ReadOnly Property Name As String

Hodnota vlastnosti

String

Název procesu DataGridViewCell.DataGridViewCellAccessibleObject.

Výjimky

Hodnota Owner vlastnosti je null.

Poznámky

Vlastnost Name vrátí řetězec, který obsahuje text záhlaví sloupce a index řádku objektu DataGridViewCell.

Platí pro

Viz také