DataGridViewRow.DataGridViewRowAccessibleObject.Name Vlastnost

Definice

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

Hodnota vlastnosti

Název procesu DataGridViewRow.DataGridViewRowAccessibleObject.

Výjimky

Hodnota Owner vlastnosti je null.

Poznámky

Vlastnost Name vrátí řetězec, který obsahuje Index vlastnost. Počáteční index prvního řádku je 0 v .NET a starších verzích a 1 v .NET 9 a novějších verzích.

Platí pro

Viz také