ActiveReports.Viewer3 Request technical support
Item Property
See Also 


index
For internal use only.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Row
Visual Basic (Usage)Copy Code
Dim instance As RowCollection
Dim index As Integer
Dim value As Row
 
value = instance.Item(index)
C# 
public Row this[ 
   int index
]; {get;}

Parameters

index

See Also