共用方式為


TableLayoutRowStyleCollection.IndexOf(RowStyle) 方法

定義

判斷 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

傳回

Int32

如果在 TableLayoutRowStyleCollection 中找到,為 rowStyle 的索引,否則為 -1。

備註

方法 IndexOf 會在 的第一個元素 TableLayoutRowStyleCollection 開始搜尋,並在找到相符專案或到達最後一個專案時結束。

適用於

另請參閱