Skip to main content

IColumn.Item[Int32] Property

Gets an individual column value by the specified row 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 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