Skip to main content

PivotSummaryDataSource.GetColumnIndex(PivotGridField) Method

Returns the index of the column that corresponds to the specified field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public int GetColumnIndex(
    PivotGridField field
)

#Parameters

Name Type Description
field PivotGridField

A PivotGridField object that represents the pivot grid field used to identify the summary data source column.

#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