AddCells
Add specified array of values at the end of grid.procedure AddCells(Values: array of WideString; Cols: array of Integer);
Parameters
- Values
- array of WideString
Specify array of values. - Cols
- array of Integer
Indicate index(es) of columns affected by method.
Example:
NextGrid61.AddCells(['False', 'Jim', 'True', 'Lisa', 'True', 'George'], [1, 3]);