ActiveReports 12
Item Property (DataCellCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataCellCollection Class : Item Property
The zero-based index of the element to get or set.
 Gets or sets a specific DataCell object in the DataCellCollection by position.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As DataCell
public DataCell this[ 
   int index
]; {get; set;}

Parameters

index
The zero-based index of the element to get or set.

Property Value

The element at the specified index.
Exceptions
ExceptionDescription
index is less than zero.-or-index is equal to or greater than Count.
See Also

Reference

DataCellCollection Class
DataCellCollection Members