AddCells
Add specified array of values at the end of grid.
pas
procedure AddCells(Values: array of WideString; Cols: array of Integer);
Parameters
Example
pas
NextGrid61.AddCells(['False', 'Jim', 'True', 'Lisa', 'True', 'George'], [1, 3]);
Add specified array of values at the end of grid.
procedure AddCells(Values: array of WideString; Cols: array of Integer);
Parameters
NextGrid61.AddCells(['False', 'Jim', 'True', 'Lisa', 'True', 'George'], [1, 3]);