DataGridViewCell.DataGridViewCellAccessibleObject.Name プロパティ

定義

DataGridViewCell.DataGridViewCellAccessibleObject の名前を取得します。

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

プロパティ値

DataGridViewCell.DataGridViewCellAccessibleObject の名前。

例外

Owner プロパティの値が null です。

注釈

プロパティは Name 、 の列ヘッダー テキストと行インデックスを含む文字列を DataGridViewCell返します。

適用対象

こちらもご覧ください