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

CustomExportCellEventArgsBase.RowIndex Property

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

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

public int RowIndex { get; }

Property Value

Type Description
Int32

An integer value that specifies the visual index of the row 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 column, use the CustomExportCellEventArgsBase.ColumnIndex property.

See Also