TableLayoutColumnStyleCollection.IndexOf(ColumnStyle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷 TableLayoutColumnStyleCollection 中指定項目的索引。
public:
int IndexOf(System::Windows::Forms::ColumnStyle ^ columnStyle);
public int IndexOf (System.Windows.Forms.ColumnStyle columnStyle);
member this.IndexOf : System.Windows.Forms.ColumnStyle -> int
Public Function IndexOf (columnStyle As ColumnStyle) As Integer
參數
- columnStyle
- ColumnStyle
傳回
如果在 TableLayoutColumnStyleCollection 中找到,為 columnStyle
的索引,否則為 -1。
備註
方法 IndexOf 會在 的第一個元素 TableLayoutColumnStyleCollection 開始搜尋,並在找到相符專案或到達最後一個專案時結束。