共用方式為


ColumnHeader.Index 屬性

定義

取得這個資料行在 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

屬性值

Int32

ListView.ColumnHeaderCollection 控制項之 ListView 內所包含資料行行首的索引 (以零起始)。

屬性

備註

這個屬性的值不一定對應至 內 ListView 資料行行首的目前視覺位置。 這可能是因為使用者在執行時間重新排序資料行標頭, (AllowColumnReorder 屬性設定為 true) 。 如果 控制項中 ListView 未包含 , ColumnHeader 這個屬性會傳回 -1 的值。

適用於

另請參閱