FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SectionCollection Class / FindSection Method

In This Topic
    FindSection Method
    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