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 Title
Visual Basic (Usage)Copy Code
Dim instance As TitlesCollection
Dim index As Integer
Dim value As Title
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public Title Item( 
   int index
) {get; set;}

Parameters

index
The index of the item.

See Also