通过


DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject.Name 属性

定义

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

属性值

DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject的名称。

例外

仅限 .NET 6 及更高版本: Ownernull

注解

Value如果已设置拥有DataGridViewTopLeftHeaderCell的属性,则此属性返回 Empty。 否则,如果 RightToLeft 控件的属性 DataGridViewNo“Top Left Header Cell”,则此属性返回“Top Left Header Cell”;否则返回“Top Right Header Cell”。

适用于

另请参阅