ListView.ColumnHeaderCollection.IndexOf(ColumnHeader) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回集合中指定之資料行行首的索引。
public:
int IndexOf(System::Windows::Forms::ColumnHeader ^ value);
public int IndexOf (System.Windows.Forms.ColumnHeader value);
member this.IndexOf : System.Windows.Forms.ColumnHeader -> int
Public Function IndexOf (value As ColumnHeader) As Integer
參數
- value
- ColumnHeader
ColumnHeader,表示位於集合中的資料行行首。
傳回
集合中資料行行首位置的以零起始的索引。 如果資料行行首不在集合中,則傳回值為 -1。
備註
方法 IndexOf 可讓您判斷集合中資料行標頭的位置。 若要判斷資料行標頭是否包含在集合中,再呼叫此方法,請使用 Contains 方法。