DGRow.RowIndex

Syntax

RowIndex: Number;

Description

The RowIndex property determines table row index.

Comments

Use JSON or the setRowIndex method to set the property value and the getRowIndex method to get the property value.

Example

The example of property use is given in description of the DGRow class constructor.

See also:

DGRow