Skip to main content

TdxSpreadSheetCell.RowIndex Property

Specifies a zero-based index of the row that hosts the cell object.

Declaration

property RowIndex: Integer read; write;

Property Value

Type
Integer

Remarks

You can use this property to:

  • Identify a row to which the current cell object belongs;

  • Move the cell object between rows by assigning a new row index to the RowIndex property. If the destination row already has a cell object in the same column, the control raises the EdxSpreadSheetError exception.

To access the underlying object of the row that hosts the cell object, use the Row property instead.

See Also