ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / WallRangesCollection Class / Item Property / Item(String) Property
The name of the WallRange.

In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the collection item by the given wall range name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal wallRangeName As String _
    ) As WallRange
    public WallRange Item( 
       string wallRangeName
    ) {get;}

    Parameters

    wallRangeName
    The name of the WallRange.

    Property Value

    WallRange.
    See Also