DataGrid.addRow

Syntax

addRow(row: PP.Ui.DGRow, insertIntoBegining: Boolean);

Parameters

row. Row to add.

insertIntoBegining. Indicates whether a row is added to the beginning of array. If the parameter is set to True, a row is added to the beginning of array.

Description

The AddRow method adds a row into a table.

Example

The example of method use in description of the DGRow class constructor.

See also:

DataGrid