ActiveReports 9
Item Property (ITableColumnCollection)

The index of the item.
Returns the TableColumn at the specified index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As ITableColumn
ITableColumn this[ 
   System.int index
]; {get;}

Parameters

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

Reference

ITableColumnCollection Interface
ITableColumnCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum