FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / FieldCollection Class / Item Property / Item(Int32) Property
The zero-based index of the element to get.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the element at the specified index.
    Syntax
    'Declaration
     
    Public Overloads MustOverride ReadOnly Property Item( _
       ByVal index As Integer _
    ) As FieldBase
    public abstract FieldBase Item( 
       int index
    ) {get;}

    Parameters

    index
    The zero-based index of the element to get.

    Property Value

    The element at specified index.
    See Also