AddRow
Add a new row at the end of the grid. If IgnoreDefaults is False, DefaultValue property of every column in the grid will be applied.
pas
function AddRow(const Count: Integer; IgnoreDefaults: Boolean): INxCellsRow;
Example
ProductsGrid.AddRow; ProductsGrid.AddRow(100); ProductsGrid.AddRow(ProductCount, True);