TableLayoutRowStyleCollection.Contains(RowStyle) Metod

Definition

Avgör om innehåller TableLayoutRowStyleCollection ett visst format.

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

Parametrar

rowStyle
RowStyle

För RowStyle att hitta i TableLayoutRowStyleCollection.

Returer

true RowStyle om hittas i TableLayoutRowStyleCollection, annars , false.

Gäller för

Se även