ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / Item Property

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

    Parameters

    index
    See Also