Back to Devexpress

XRCrossTabCell.ColumnIndex Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-dot-xrcrosstabcell-51d905d9.md

latest1.5 KB
Original Source

XRCrossTabCell.ColumnIndex Property

Gets the index of the column that contains the Cross Tab cell.

Namespace : DevExpress.XtraReports.UI.CrossTab

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public int ColumnIndex { get; set; }
vb
<Browsable(False)>
Public Property ColumnIndex As Integer

Property Value

TypeDescription
Int32

The cell’s column index.

|

Remarks

At runtime, use the RowIndex and ColumnIndex properties to identify a cell’s location in the Cells collection.

At design time, these properties are available in the Properties window in read-only mode.

See Also

XRCrossTabCell Class

XRCrossTabCell Members

DevExpress.XtraReports.UI.CrossTab Namespace