Back to Devexpress

XRTableRowCollection.Item[Int32] Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrtablerowcollection-dot-item-x28-system-dot-int32-x29.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public XRTableRow this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As XRTableRow

Parameters

NameTypeDescription
indexInt32

An integer index value that locates the row in the collection.

|

Property Value

TypeDescription
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

XRTableRowCollection Class

XRTableRowCollection Members

DevExpress.XtraReports.UI Namespace