FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / SectionCollection Class / FindSection Method

In This Topic
    FindSection Method (SectionCollection)
    In This Topic
    Gets a section from a C1FlexReport.Sections collection by its Section.Type. Returns null if section not found.
    Syntax
    'Declaration
     
    Public Function FindSection( _
       ByVal sectionType As SectionTypeEnum _
    ) As Section
    public Section FindSection( 
       SectionTypeEnum sectionType
    )

    Parameters

    sectionType
    See Also