Skip to main content

ITable.Item[Int32] Property

Gets an individual row by its index.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

IRow this[int rowIndex] { get; }

Parameters

Name Type Description
rowIndex Int32

A zero-based integer that specifies the index of the row.

Property Value

Type Description
IRow

An object implementing the IRow interface that is the row from the table.

See Also