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

IXlCell.RowIndex Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

int RowIndex { get; }

Property Value

Type Description
Int32

A zero-based integer value that specifies the index of the row containing the current cell.

Remarks

Use the RowIndex and IXlCell.ColumnIndex properties to obtain indexes of the row and column at the intersection of which the current cell is located.

SpreadsheetControl_Row_Column_Indexes

See Also