FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SectionCollection Class / Item Property / Item(SectionTypeEnum) Property

In This Topic
    Item(SectionTypeEnum) Property
    In This Topic
    Gets a section from a C1FlexReport.Sections collection by its Section.Type. Throws an exception if section with specified Section.Type not found.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As SectionTypeEnum _
    ) As Section
    public Section Item( 
       SectionTypeEnum index
    ) {get;}

    Parameters

    index
    See Also