ActiveReports.Chart Request technical support
Item(Int32) Property
See Also 


index
The index of the item.
Gets or sets the collection item by the given index.

Syntax

Visual Basic (Declaration) 
Overloads Public Property Item( _
   ByVal index As Integer _
) As WallRange
Visual Basic (Usage)Copy Code
Dim instance As WallRangesCollection
Dim index As Integer
Dim value As WallRange
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public WallRange Item( 
   int index
) {get; set;}

Parameters

index
The index of the item.

See Also