ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / SequenceCollection Class / Item Property

In This Topic
    Item Property (SequenceCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Integer
    public int this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also