ColumnHeader.Index 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個資料行在 ListView 控制項之 ListView.ColumnHeaderCollection 中的位置。
public:
property int Index { int get(); };
[System.ComponentModel.Browsable(false)]
public int Index { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Index : int
Public ReadOnly Property Index As Integer
屬性值
ListView.ColumnHeaderCollection 控制項之 ListView 內所包含資料行行首的索引 (以零起始)。
- 屬性
備註
這個屬性的值不一定對應至 內 ListView 資料行行首的目前視覺位置。 這可能是因為使用者在執行時間重新排序資料行標頭, (AllowColumnReorder 屬性設定為 true
) 。 如果 控制項中 ListView 未包含 , ColumnHeader 這個屬性會傳回 -1 的值。