TableLayoutRowStyleCollection.Contains(RowStyle) メソッド

定義

TableLayoutRowStyleCollectionに特定のスタイルが含まれているかどうかを判断します。

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

パラメーター

rowStyle
RowStyle

RowStyle内で検索するTableLayoutRowStyleCollection

返品

true RowStyleTableLayoutRowStyleCollectionで見つかった場合は "。それ以外の場合はfalse

適用対象

こちらもご覧ください