ComponentOne Reports for WPF
C1.C1Report Namespace / SectionCollection Class / Item Property / Item(SectionTypeEnum) Property

In This Topic
    Item(SectionTypeEnum) Property
    In This Topic
    Returns a section from a C1Report.Sections collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As SectionTypeEnum _
    ) As Section
    public Section Item( 
       SectionTypeEnum index
    ) {get;}

    Parameters

    index
    See Also