OXMLRow_RU.rowIndex Method [AX 2012]

Gets or sets the rowIndex value for the current row.

public int rowIndex([int _rowIndex, boolean _setCells])

Run On

Called

Parameters

_rowIndex
Type: int
The rowIndex value to set.
_setCells
Type: boolean
A value that indicates whether the new rowIndex value should be moved to its cells (stored in cellReference attribute).

Return Value

Type: int
The row index of the current row.

For performance reasons, the rowIndex value is moved to cells via the replace method.

Community Additions

ADD
Show: