Skip to main content
A newer version of this page is available. .

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; }

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