Back to Devexpress

XRCrossTabCell.RowIndex Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-crosstab-dot-xrcrosstabcell-3fecd51e.md

latest1.5 KB
Original Source

XRCrossTabCell.RowIndex Property

Gets the index of the row 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 RowIndex { get; set; }
vb
<Browsable(False)>
Public Property RowIndex As Integer

Property Value

TypeDescription
Int32

The cell’s row 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