Determines the index of a specific item in the System.Windows.Forms.TableLayoutRowStyleCollection.
- rowStyle
- The System.Windows.Forms.RowStyle to locate in the System.Windows.Forms.TableLayoutRowStyleCollection.
The index of rowStyle if found in the System.Windows.Forms.TableLayoutRowStyleCollection; otherwise, -1.
The TableLayoutRowStyleCollection.IndexOf(RowStyle) method begins searching at the first element of the System.Windows.Forms.TableLayoutRowStyleCollection and ends either when it finds a match or it reaches the last element.