ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Bullet Namespace / RangeCollection Class / Item Property

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

    Parameters

    index
    See Also