Skip to main content

CustomExportCellEventArgsBase.ColumnIndex Property

Gets the visual index of the column that contains the current cell.

Namespace: DevExpress.PivotGrid.Printing

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

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

#Declaration

public int ColumnIndex { get; }

#Property Value

Type Description
Int32

An integer value that specifies the visual index of the column that contains the current cell.

#Remarks

Pivot Grid columns and rows are indexed as shown below:

pivotgrid_ColIndeces

To obtain the visual index of the row, use the CustomExportCellEventArgsBase.RowIndex property.

See Also