PivotSummaryDataSource.GetColumnIndex(PivotGridFieldBase) Method
In This Article
Returns the index of the column that corresponds to the specified field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A DevExpress. |
#Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the zero-based index of the summary data source column that corresponds to the specified field. |
#Remarks
To obtain the pivot grid field by the corresponding column's index, use the PivotSummaryDataSource.GetField method.
To obtain the index of a particular row, use the PivotSummaryDataSource.GetRowIndex method.
See Also