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;
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.
function AddRow(const Count: Integer; IgnoreDefaults: Boolean): INxCellsRow;