Skip to main content

PivotSummaryDataRow.Item[Int32] Property

Provides indexed access to the cells in the current row.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public object this[int columnIndex] { get; }

Parameters

Name Type Description
columnIndex Int32

An integer value that specifies the zero-based index of the summary data source column.

Property Value

Type Description
Object

The value of the cell that resides in the column with the specified index.

See Also