ActiveReports 12
Item(String) Property

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > WallRangesCollection Class > Item Property : Item(String) Property
The name of the WallRange.
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

Reference

WallRangesCollection Class
WallRangesCollection Members
Overload List