DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject.Name 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 及更高版本: Owner 是 null。
注解
Value如果已设置拥有DataGridViewTopLeftHeaderCell的属性,则此属性返回 Empty。 否则,如果 RightToLeft 控件的属性 DataGridView 为 No“Top Left Header Cell”,则此属性返回“Top Left Header Cell”;否则返回“Top Right Header Cell”。