TableLayoutRowStyleCollection.IndexOf(RowStyle) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina o índice de um item específico em 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
Parâmetros
- rowStyle
- RowStyle
O RowStyle a ser localizado no TableLayoutRowStyleCollection.
Retornos
O índice de rowStyle
se encontrado na TableLayoutRowStyleCollection, caso contrário, -1.
Comentários
O IndexOf método começa a pesquisar no primeiro elemento do TableLayoutRowStyleCollection e termina quando encontra uma correspondência ou atinge o último elemento.