Skip to main content
A newer version of this page is available. .

PivotSummaryDataSource.GetColumnIndex(PivotGridFieldBase) Method

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public int GetColumnIndex(
    PivotGridFieldBase field
)

Parameters

Name Type Description
field PivotGridFieldBase

A PivotGridFieldBase 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