Back to Devexpress

CustomExportCellEventArgsBase.ColumnIndex Property

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-customexportcelleventargsbase-be99030b.md

latest1.8 KB
Original Source

CustomExportCellEventArgsBase.ColumnIndex Property

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

Namespace : DevExpress.PivotGrid.Printing

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

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

Declaration

csharp
public int ColumnIndex { get; }
vb
Public ReadOnly Property ColumnIndex As Integer

Property Value

TypeDescription
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:

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

See Also

RowIndex

CustomExportCellEventArgsBase Class

CustomExportCellEventArgsBase Members

DevExpress.PivotGrid.Printing Namespace