addRow(row: PP.Ui.DGRow, insertIntoBegining: Boolean);
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.
The AddRow method adds a row into a table.
The example of method use in description of the DGRow class constructor.
See also: