A newer version of this page is available.
Switch to the current version.
XRTableRowCollection.Item[Int32] Property
An indexer that returns an XRTableRow object at the specified index in the collection of rows.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public XRTableRow this[int index] { get; }
Public ReadOnly Property Item(index As Integer) As XRTableRow
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer index value that locates the row in the collection. |
Property Value
Type | Description |
---|---|
XRTableRow | An XRTableRow object that has the specified index in the collection of rows. |
Remarks
The index value of the XRTableRowCollection is a zero-based index.
See Also
Feedback