Public Sub PrintVals(Optional WithTypes As Boolean = False, Optional RowLimit As Long = -1, Optional HumanReadable As Boolean = False)
Displays the DataList to the Debug Window.
Debugging
Displays the DataList to the Debug Window.
Displays the internal data storage array of the DataList to the Debug Window. If the DataList is sorted, the underlying array will not be sorted, since the data itself is not sorted, but rather a pointer to the row is sorted.
The sort order pointer will be shown at left. It shows the underlying row index that is the sorted row in that position in the list, eg. if the first value if 56, that means the underlying row 56 holds the data for the first row in the sorted list.