PivotSummaryDataRow.Item[Int32] Property
Provides indexed access to the cells in the current row.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
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