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