DataGridViewCell.DataGridViewCellAccessibleObject.Name 属性

定义

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

属性值

String

DataGridViewCell.DataGridViewCellAccessibleObject 的名称。

例外

Owner 属性的值为 null

注解

Name 属性返回包含列标题文本和行索引的 DataGridViewCell字符串。

适用于

另请参阅