ActiveReports 10
Item Property (ITableColumnCollection)

GrapeCity.ActiveReports.Extensibility.v10 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITableColumnCollection Interface : Item Property
The index of the item.
Returns the TableColumn at the specified index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ITableColumn
ITableColumn this[ 
   int index
]; {get;}

Parameters

index
The index of the item.
Exceptions
ExceptionDescription
index is not a valid index in the collection.
See Also

Reference

ITableColumnCollection Interface
ITableColumnCollection Members