ActiveReports 12
Item(Int32) Property

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > WallRangesCollection Class > Item Property : Item(Int32) Property
The index of the item.
Gets or sets the collection item by the given index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As WallRange
public WallRange Item( 
   int index
) {get; set;}

Parameters

index
The index of the item.

Property Value

WallRange.
See Also

Reference

WallRangesCollection Class
WallRangesCollection Members
Overload List