Rows: Array;
The Rows property determines table rows array.
Use JSON or the setRows method to set the property value and the getRows method to get the property value.
Array of table rows contains elements of the PP.Ui.DGRow type.
The setRows method returns a link to the table, for which array of rows is set.
The example of use is given on the page with description of the DataGridSelection class constructor.
See also: