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 屬性為 ,則此屬性會傳回 「Top Left Header Cell」,否則會 No 傳回 「Top Right Header Cell」。