FlexReport for WPF
FindSection メソッド (SectionCollection)


C1.WPF.FlexReport.4.6.2 アセンブリ > C1.WPF.FlexReport 名前空間 > SectionCollection クラス : FindSection メソッド
C1FlexReport.Sectionsコレクションから Section.Typeに基づいてセクションを取得します。セクションが存在しない場合は null を返します。
シンタックス
'宣言
 
Public Function FindSection( _
   ByVal sectionType As SectionTypeEnum _
) As Section
'使用法
 
Dim instance As SectionCollection
Dim sectionType As SectionTypeEnum
Dim value As Section
 
value = instance.FindSection(sectionType)
public Section FindSection( 
   SectionTypeEnum sectionType
)

パラメータ

sectionType
参照

SectionCollection クラス
SectionCollection メンバ