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

Parameters

index

See Also