Returns the total number of elements in the the internal array.
Public Property Get Capacity ( ) As Long
This is not the same as Count. Count returns the number of items that have been added to the list.
Read/Write.
Project VBCorLib Overview | Class ArrayList Overview