ActiveReports for .NET 18.0J
Contains メソッド (SectionCollection)

GrapeCity.ActiveReports 名前空間 > SectionCollection クラス : Contains メソッド

コレクション内で検索するSectionオブジェクト。

指定したSectionオブジェクトがコレクション内に存在するかどうかを示す値を取得します。
シンタックス
'宣言
 
Public Function Contains( _
   ByVal section As Section _
) As Boolean
public bool Contains( 
   Section section
)

パラメータ

section

コレクション内で検索するSectionオブジェクト。

戻り値の型

ブール値。セクションがコレクションに存在する場合 True を返します。それ以外の場合は False
参照

SectionCollection クラス
SectionCollection メンバ