Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ViewHistoryItemCollection Class / Item Property
The index in the current collection.

In This Topic
    Item Property (ViewHistoryItemCollection)
    In This Topic
    Gets or sets the element at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As ViewHistoryItem
    public ViewHistoryItem this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The index in the current collection.

    Property Value

    The ViewHistoryItem element at the specified index.
    See Also