rowIndex property

int? rowIndex
getter/setter pair

The zero-based row index.

For example, the second row in the table has a row index of 1.

Implementation

core.int? rowIndex;