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

IColumn.Item[Int32] Property

Gets an individual column value by the specified row index.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

object this[int rowIndex] { get; }

Parameters

Name Type Description
rowIndex Int32

A zero-based integer that specifies the row index.

Property Value

Type Description
Object

An individual column value.

See Also