Public Function AddRow(ParamArray ValList() As Variant) As Integer
Add a row of data, using the passed value list to populate it
Row Properties and Methods
Add a row of data, using the passed value list to populate it
Allocate a chunk of new rows to the underlying storage array. Since allocation of new rows involves an expensive ReDim operation, it is quicker to allocate a block of space and allow new rows to fill it one at a time.
The DataList allocates a chunk or NewRowCreateBlockSize at a time, which defaults to 50.
Remove all rows of data from the DataList
Remove the row of data from the DataList