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
要在 RowStyle 中定位的 TableLayoutRowStyleCollection。
返回
如果在 TableLayoutRowStyleCollection 中找到,则为 rowStyle
的索引;否则为 -1。
注解
方法 IndexOf 从 的第一个元素 TableLayoutRowStyleCollection 开始搜索,并在找到匹配项或到达最后一个元素时结束。