TableLayoutRowStyleCollection.Contains(RowStyle) Methode

Definition

Bestimmt, ob die TableLayoutRowStyleCollection Formatvorlage eine bestimmte Formatvorlage enthält.

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

Parameter

rowStyle
RowStyle

Der RowStyle zu findende In der TableLayoutRowStyleCollection.

Gibt zurück

truewenn dies in der RowStyleTableLayoutRowStyleCollection; andernfalls gefunden wird. false

Gilt für:

Weitere Informationen