Skip to main content

IRow.Item[Int32] Property

Gets an individual row value by the column index.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

object this[int columnIndex] { get; }

Parameters

Name Type Description
columnIndex Int32

A zero-based integer that specifies the column index.

Property Value

Type Description
Object

An individual row value.

See Also