TableLayoutRowStyleCollection.Contains(RowStyle) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si TableLayoutRowStyleCollection contient un style spécifique.
public:
bool Contains(System::Windows::Forms::RowStyle ^ rowStyle);
public bool Contains (System.Windows.Forms.RowStyle rowStyle);
member this.Contains : System.Windows.Forms.RowStyle -> bool
Public Function Contains (rowStyle As RowStyle) As Boolean
Paramètres
- rowStyle
- RowStyle
RowStyle à rechercher dans TableLayoutRowStyleCollection.
Retours
true
si le RowStyle se trouve dans le TableLayoutRowStyleCollection ; sinon, false
.