Skip to main content
All docs
V25.1
  • XRCrossTabCell.ColumnIndex Property

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

    Namespace: DevExpress.XtraReports.UI.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [Browsable(false)]
    public int ColumnIndex { get; set; }

    Property Value

    Type Description
    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