通过


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

属性值

DataGridViewCell.DataGridViewCellAccessibleObject的名称。

例外

属性Owner的值为 null .

注解

Name 属性返回一个字符串,其中包含列标题文本和行 DataGridViewCell索引 。

适用于

另请参阅