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

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

    Parameters

    index
    Remarks
    The index parameter may be an integer between zero and Count-1.
    See Also