FlexReport for WinForms
FindSection メソッド (SectionCollection)


C1.Report アセンブリ > C1.Report 名前空間 > SectionCollection クラス : FindSection メソッド
Gets a section from a FlexReport.Sections collection by its Section.Type. Returns null if section not found.
シンタックス
'宣言
 
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 メンバ